aboutsummaryrefslogtreecommitdiff
path: root/audio/drumkv1-lv2
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2020-01-25 11:18:42 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2020-01-25 11:18:42 +0000
commit2c98da46a2a15ecc75eccdd99b590e0a9b402149 (patch)
tree3170d6d00b882c7662cb190d7fd132daa5dede63 /audio/drumkv1-lv2
parentccdec5f497dc2167a30bc74818689cb891a9978a (diff)
downloadports-2c98da46a2a15ecc75eccdd99b590e0a9b402149.tar.gz
ports-2c98da46a2a15ecc75eccdd99b590e0a9b402149.zip
Make dependency on linguisttools explicit
The binary found by the cmake configure to check for its availability found the 'wrapper' installed by misc/qtchooser, which was present always (in short: it was broken). An upcoming change will change the behaviour of qtchooser not to install links if the binaries are not present. PR: 243443 Reported by: antoine
Notes
Notes: svn path=/head/; revision=524026
Diffstat (limited to 'audio/drumkv1-lv2')
-rw-r--r--audio/drumkv1-lv2/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/drumkv1-lv2/Makefile b/audio/drumkv1-lv2/Makefile
index de2a59a056c6..003bc29f86d2 100644
--- a/audio/drumkv1-lv2/Makefile
+++ b/audio/drumkv1-lv2/Makefile
@@ -2,6 +2,7 @@
PORTNAME= drumkv1
DISTVERSION= 0.9.11
+PORTREVISION= 1
CATEGORIES= audio multimedia
MASTER_SITES= SF
PKGNAMESUFFIX= -lv2
@@ -20,7 +21,7 @@ LIB_DEPENDS= libjack.so:audio/jack \
USES= compiler:c++11-lang gl gmake localbase:ldflags pkgconfig qt:5 shared-mime-info
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-alsa-midi
-USE_QT= core gui widgets xml buildtools_build qmake_build
+USE_QT= core gui widgets xml buildtools_build linguisttools_build qmake_build
USE_GL= gl
USE_LDCONFIG= yes