diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-01-25 11:18:42 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-01-25 11:18:42 +0000 |
commit | 2c98da46a2a15ecc75eccdd99b590e0a9b402149 (patch) | |
tree | 3170d6d00b882c7662cb190d7fd132daa5dede63 /audio/samplv1-lv2 | |
parent | Update to 0.6.0. (diff) |
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/samplv1-lv2')
-rw-r--r-- | audio/samplv1-lv2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/samplv1-lv2/Makefile b/audio/samplv1-lv2/Makefile index 6b5db9680f50..906adf9e0a35 100644 --- a/audio/samplv1-lv2/Makefile +++ b/audio/samplv1-lv2/Makefile @@ -3,6 +3,7 @@ PORTNAME= samplv1 DISTVERSIONPREFIX= ${PORTNAME}_ DISTVERSION= 0_9_11 +PORTREVISION= 1 CATEGORIES= audio PKGNAMESUFFIX= -lv2 @@ -23,7 +24,7 @@ GNU_CONFIGURE= yes USE_GITHUB= yes GH_ACCOUNT= rncbc USE_GL= gl -USE_QT= core gui widgets xml buildtools_build qmake_build +USE_QT= core gui widgets xml buildtools_build linguisttools_build qmake_build PLIST_SUB= SHL3=${PORTVERSION} SHL2=${PORTVERSION:R} |