diff options
author | antoine <antoine@FreeBSD.org> | 2014-10-20 14:26:03 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-10-20 14:26:03 +0800 |
commit | 7a059020f0d1b6e990b4faf943ee76c4d927b32a (patch) | |
tree | e5b2e3bb891d7ef0d2b1abc192e85bfc5b51d39c /audio/herrie | |
parent | af56ea154a76eb9c4d655b95c410712b548cafe5 (diff) | |
download | freebsd-ports-gnome-7a059020f0d1b6e990b4faf943ee76c4d927b32a.tar.gz freebsd-ports-gnome-7a059020f0d1b6e990b4faf943ee76c4d927b32a.tar.zst freebsd-ports-gnome-7a059020f0d1b6e990b4faf943ee76c4d927b32a.zip |
Fix
Diffstat (limited to 'audio/herrie')
-rw-r--r-- | audio/herrie/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/herrie/Makefile b/audio/herrie/Makefile index 71b40a179081..eb073466a6eb 100644 --- a/audio/herrie/Makefile +++ b/audio/herrie/Makefile @@ -15,7 +15,7 @@ HAS_CONFIGURE= yes CONFIGURE_ARGS+=verbose CONFIGURE_ENV+= PREFIX=${PREFIX} -USES= tar:bzip2 +USES= pkgconfig tar:bzip2 USE_GNOME= glib20 OPTIONS_DEFINE= MAD VORBIS SNDFILE MODPLUG HTTP LIBAO XCURSES XSPF NLS @@ -26,7 +26,7 @@ HTTP_DESC= HTTP streams and AudioScrobbler support LIBAO_DESC= LibAO support (breaks chroot) XCURSES_DESC= Build XCurses version -MAD_LIB_DEPENDS= libmad.so:${PORTSDIR}/audio/mad \ +MAD_LIB_DEPENDS= libmad.so:${PORTSDIR}/audio/libmad \ libid3tag.so:${PORTSDIR}/audio/libid3tag MAD_CONFIGURE_OFF=no_mp3 VORBIS_LIB_DEPENDS= libvorbis.so:${PORTSDIR}/audio/libvorbis |