diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-10-20 06:26:03 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-10-20 06:26:03 +0000 |
commit | ee9590436129ba3fcc01525643f6ada15a86f88b (patch) | |
tree | e5b2e3bb891d7ef0d2b1abc192e85bfc5b51d39c | |
parent | f2d08cbdef9a9c25e07124f31bddb6beeb97c6f3 (diff) |
Fix
Notes
Notes:
svn path=/head/; revision=371233
-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 |