pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/lv2 Eep, move last doc option dependency to opti...
details: https://anonhg.NetBSD.org/pkgsrc/rev/fddae0f11514
branches: trunk
changeset: 650258:fddae0f11514
user: rodent <rodent%pkgsrc.org@localhost>
date: Sun Apr 19 22:54:55 2015 +0000
description:
Eep, move last doc option dependency to options.mk.
diffstat:
audio/lv2/Makefile | 4 +---
audio/lv2/options.mk | 3 ++-
2 files changed, 3 insertions(+), 4 deletions(-)
diffs (35 lines):
diff -r 0520060646a8 -r fddae0f11514 audio/lv2/Makefile
--- a/audio/lv2/Makefile Sun Apr 19 22:53:04 2015 +0000
+++ b/audio/lv2/Makefile Sun Apr 19 22:54:55 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2015/04/19 22:52:04 rodent Exp $
+# $NetBSD: Makefile,v 1.2 2015/04/19 22:54:55 rodent Exp $
DISTNAME= lv2-1.12.0
CATEGORIES= audio
@@ -10,8 +10,6 @@
COMMENT= Open standard for audio plugins, used by hundreds of plugins
LICENSE= isc
-BUILD_DEPENDS+= ${PYPKGPREFIX}-rdflib-[0-9]*:../../textproc/py-rdflib
-
USE_TOOLS+= pkg-config
PKGCONFIG_OVERRIDE+= lv2/lv2plug.in/ns/lv2core/lv2core.pc.in
diff -r 0520060646a8 -r fddae0f11514 audio/lv2/options.mk
--- a/audio/lv2/options.mk Sun Apr 19 22:53:04 2015 +0000
+++ b/audio/lv2/options.mk Sun Apr 19 22:54:55 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2015/04/19 22:52:04 rodent Exp $
+# $NetBSD: options.mk,v 1.2 2015/04/19 22:54:55 rodent Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.lv2
PKG_SUPPORTED_OPTIONS= debug doc tests valgrind
@@ -17,6 +17,7 @@
BUILD_DOC= --docs
BUILD_DEPENDS+= asciidoc-[0-9]*:../../textproc/asciidoc
BUILD_DEPENDS+= doxygen-[0-9]*:../../devel/doxygen
+BUILD_DEPENDS+= ${PYPKGPREFIX}-rdflib-[0-9]*:../../textproc/py-rdflib
PLIST.doc= yes
.else
BUILD_DOC= # blank
Home |
Main Index |
Thread Index |
Old Index