diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-03 06:23:53 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-03 06:23:53 +0800 |
commit | 18aa10a938ef61989db94abf265c30c4cdf69cdd (patch) | |
tree | 59cf9d8e97fe84134399ba29d1cbd2f49ff7b368 /audio | |
parent | cc566d7c8a4cc8bcda1df473e74a31319b3d9314 (diff) | |
download | freebsd-ports-gnome-18aa10a938ef61989db94abf265c30c4cdf69cdd.tar.gz freebsd-ports-gnome-18aa10a938ef61989db94abf265c30c4cdf69cdd.tar.zst freebsd-ports-gnome-18aa10a938ef61989db94abf265c30c4cdf69cdd.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'audio')
-rw-r--r-- | audio/ario/Makefile | 2 | ||||
-rw-r--r-- | audio/jack-smf-utils/Makefile | 7 |
2 files changed, 3 insertions, 6 deletions
diff --git a/audio/ario/Makefile b/audio/ario/Makefile index 05b97911df8b..6324246cf1bd 100644 --- a/audio/ario/Makefile +++ b/audio/ario/Makefile @@ -22,7 +22,7 @@ LIB_DEPENDS= gnutls:${PORTSDIR}/security/gnutls \ unique-1.0:${PORTSDIR}/x11-toolkits/unique \ mpdclient:${PORTSDIR}/audio/libmpdclient -USES= gmake +USES= gmake pkgconfig GNU_CONFIGURE= yes USE_LDCONFIG= yes USE_GNOME= gtk20 gnomehack diff --git a/audio/jack-smf-utils/Makefile b/audio/jack-smf-utils/Makefile index 87d6c170f9db..af94d87a1c8e 100644 --- a/audio/jack-smf-utils/Makefile +++ b/audio/jack-smf-utils/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: jack-smf-utils -# Date created: 2008-05-15 -# Whom: Edward Tomasz Napierala <trasz@FreeBSD.org> -# +# Created by: Edward Tomasz Napierala <trasz@FreeBSD.org> # $FreeBSD$ -# PORTNAME= jack-smf-utils PORTVERSION= 1.0 @@ -17,6 +13,7 @@ COMMENT= Standard MIDI File file player and recorder for JACK MIDI LIB_DEPENDS= jack.0:${PORTSDIR}/audio/jack \ lash.2:${PORTSDIR}/audio/lash +USES= pkgconfig GNU_CONFIGURE= yes USE_GNOME= glib20 |