diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-03 06:50:21 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-03 06:50:21 +0800 |
commit | ca43e8bb1d83a2d25be74246732c70d4a6dc9975 (patch) | |
tree | 13a4099154c016d7a6fa1231f0945884771f424f /audio/streamtuner | |
parent | 3ca0120f58f6083a9c8b1a2e526a3079db6132b3 (diff) | |
download | freebsd-ports-gnome-ca43e8bb1d83a2d25be74246732c70d4a6dc9975.tar.gz freebsd-ports-gnome-ca43e8bb1d83a2d25be74246732c70d4a6dc9975.tar.zst freebsd-ports-gnome-ca43e8bb1d83a2d25be74246732c70d4a6dc9975.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'audio/streamtuner')
-rw-r--r-- | audio/streamtuner/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/streamtuner/Makefile b/audio/streamtuner/Makefile index 2c3e9250729d..4c52a2bc33bc 100644 --- a/audio/streamtuner/Makefile +++ b/audio/streamtuner/Makefile @@ -15,7 +15,7 @@ BUILD_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gnome-icon-theme.pc:${PORTSDIR}/misc/gnome-icon-theme -USES= gmake pathfix +USES= gmake pathfix pkgconfig USE_GNOME= gtk20 gnomeprefix INSTALLS_OMF= yes GNU_CONFIGURE= yes |