Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Jan 2019 17:28:15 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r490158 - in head: audio/drumgizmo net/kafkacat
Message-ID:  <201901131728.x0DHSFAw014433@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Sun Jan 13 17:28:15 2019
New Revision: 490158
URL: https://svnweb.freebsd.org/changeset/ports/490158

Log:
  Use USES=pkgconfig where appropriate, round 2

Modified:
  head/audio/drumgizmo/Makefile
  head/net/kafkacat/Makefile

Modified: head/audio/drumgizmo/Makefile
==============================================================================
--- head/audio/drumgizmo/Makefile	Sun Jan 13 17:08:26 2019	(r490157)
+++ head/audio/drumgizmo/Makefile	Sun Jan 13 17:28:15 2019	(r490158)
@@ -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
 

Modified: head/net/kafkacat/Makefile
==============================================================================
--- head/net/kafkacat/Makefile	Sun Jan 13 17:08:26 2019	(r490157)
+++ head/net/kafkacat/Makefile	Sun Jan 13 17:28:15 2019	(r490158)
@@ -11,16 +11,15 @@ COMMENT=	Generic command line non-JVM Apache Kafka pro
 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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901131728.x0DHSFAw014433>