Use USES=pkgconfig where appropriate, round 2
This commit is contained in:
parent
0ba0bd22fb
commit
9abb4f251b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=490158
2 changed files with 4 additions and 6 deletions
|
@ -13,8 +13,7 @@ COMMENT= Multichannel drum sampler
|
|||
LICENSE= LGPL3+
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
BUILD_DEPENDS= lv2>=1.14.0:audio/lv2 \
|
||||
pkg-config:devel/pkgconf
|
||||
BUILD_DEPENDS= lv2>=1.14.0:audio/lv2
|
||||
LIB_DEPENDS= libsmf.so:audio/libsmf \
|
||||
libzita-resampler.so:audio/zita-resampler \
|
||||
libjack.so:audio/jack \
|
||||
|
@ -22,7 +21,7 @@ LIB_DEPENDS= libsmf.so:audio/libsmf \
|
|||
libexpat.so:textproc/expat2
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USES= compiler:c++11-lang gettext-runtime gnome libtool
|
||||
USES= compiler:c++11-lang gettext-runtime gnome libtool pkgconfig
|
||||
USE_GNOME= glib20
|
||||
USE_XORG= x11 xext
|
||||
|
||||
|
|
|
@ -11,16 +11,15 @@ COMMENT= Generic command line non-JVM Apache Kafka producer and consumer
|
|||
LICENSE= BSD2CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= bash:shells/bash \
|
||||
pkg-config:devel/pkgconf
|
||||
BUILD_DEPENDS= bash:shells/bash
|
||||
LIB_DEPENDS= librdkafka.so:net/librdkafka
|
||||
|
||||
USES= gmake pkgconfig
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= edenhill
|
||||
|
||||
PLIST_FILES= bin/kafkacat
|
||||
|
||||
USES= gmake
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
post-install:
|
||||
|
|
Loading…
Reference in a new issue