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
This commit is contained in:
Tobias C. Berner 2020-01-25 11:18:42 +00:00
parent ccdec5f497
commit 2c98da46a2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=524026
5 changed files with 10 additions and 5 deletions

View File

@ -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

View File

@ -3,6 +3,7 @@
PORTNAME= padthv1
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
CONFIGURE_ARGS= --disable-alsa-midi

View File

@ -2,6 +2,7 @@
PORTNAME= qmidictl
DISTVERSION= 0.6.1
PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= SF
@ -13,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
USES= compiler:c++11-lang gl gmake localbase pkgconfig qt:5
GNU_CONFIGURE= yes
USE_QT= core gui widgets qmake_build buildtools_build
USE_QT= core gui widgets qmake_build buildtools_build linguisttools_build
USE_GL= gl
BINARY_ALIAS= qmake=${QMAKE}

View File

@ -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}

View File

@ -3,6 +3,7 @@
PORTNAME= synthv1
DISTVERSIONPREFIX= ${PORTNAME}_
DISTVERSION= 0_9_11
PORTREVISION= 1
CATEGORIES= audio
PKGNAMESUFFIX= -lv2
@ -22,7 +23,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}