aboutsummaryrefslogtreecommitdiff
path: root/audio/lv2/Makefile
diff options
context:
space:
mode:
authorFernando ApesteguĂ­a <fernape@FreeBSD.org>2021-01-09 16:46:59 +0000
committerFernando ApesteguĂ­a <fernape@FreeBSD.org>2021-01-09 16:46:59 +0000
commit387a6e8fb5312d221d199e1bc071f9f84f6b8610 (patch)
tree556ddd98b8c441c2fbe267f5d342e3aceef50319 /audio/lv2/Makefile
parent2b1f6e0085ae5d4c72ba241c1759adf0eab12315 (diff)
downloadports-387a6e8fb5312d221d199e1bc071f9f84f6b8610.tar.gz
ports-387a6e8fb5312d221d199e1bc071f9f84f6b8610.zip
audio/lv2: update to 1.18.2
ChangeLog: https://gitlab.com/lv2/lv2/-/releases/v1.18.2 Reported by: portscout
Notes
Notes: svn path=/head/; revision=560879
Diffstat (limited to 'audio/lv2/Makefile')
-rw-r--r--audio/lv2/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/audio/lv2/Makefile b/audio/lv2/Makefile
index cb90a4e25904..0f000ecbcefa 100644
--- a/audio/lv2/Makefile
+++ b/audio/lv2/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= lv2
-PORTVERSION= 1.18.0
-PORTREVISION= 2
+PORTVERSION= 1.18.2
CATEGORIES= audio
MASTER_SITES= https://lv2plug.in/spec/
@@ -26,6 +25,7 @@ SHEBANG_FILES= lv2specgen/lv2specgen.py
OPTIONS_DEFINE= DOCS DOXYGEN EXAMPLES
OPTIONS_SUB= yes
+DOXYGEN_IMPLIES= DOCS
DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen \
${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pygments>0:textproc/py-pygments@${PY_FLAVOR} \
@@ -33,14 +33,13 @@ DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen \
${PYTHON_PKGNAMEPREFIX}markdown>0:textproc/py-markdown@${PY_FLAVOR}
DOXYGEN_CONFIGURE_ON= --docs
DOXYGEN_PORTDOCS= *
-DOXYGEN_IMPLIES= DOCS
-EXAMPLES_CONFIGURE_OFF= --no-plugins
EXAMPLES_LIB_DEPENDS= libsndfile.so:audio/libsndfile \
libfontconfig.so:x11-fonts/fontconfig \
libfreetype.so:print/freetype2
EXAMPLES_USES= pkgconfig gnome
EXAMPLES_USE= GNOME=atk,cairo,gdkpixbuf2,glib20,gtk20,pango
+EXAMPLES_CONFIGURE_OFF= --no-plugins
post-install:
# Waf doesn't have built-in strip support