diff options
author | danfe <danfe@FreeBSD.org> | 2014-01-21 20:33:00 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2014-01-21 20:33:00 +0800 |
commit | 781106f788965b024108156547fbc49be3cde6af (patch) | |
tree | 9f4d7a3aaab65bf147ac8bca3637ed3560abd207 /audio/gtkpod | |
parent | c0a90becb2e09d63fb5078424e8c034f266c0afc (diff) | |
download | freebsd-ports-gnome-781106f788965b024108156547fbc49be3cde6af.tar.gz freebsd-ports-gnome-781106f788965b024108156547fbc49be3cde6af.tar.zst freebsd-ports-gnome-781106f788965b024108156547fbc49be3cde6af.zip |
Oops, missed couple of CONFIGURE_ARGS helpers during conversion.
Diffstat (limited to 'audio/gtkpod')
-rw-r--r-- | audio/gtkpod/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/gtkpod/Makefile b/audio/gtkpod/Makefile index 3df8c7203f50..cbef56ab73cf 100644 --- a/audio/gtkpod/Makefile +++ b/audio/gtkpod/Makefile @@ -34,10 +34,10 @@ VORBIS_LIB_DEPENDS= libvorbisfile.so:${PORTSDIR}/audio/libvorbis VORBIS_CONFIGURE_OFF= --without-ogg FLAC_LIB_DEPENDS= libFLAC.so:${PORTSDIR}/audio/flac -FLAC_CONFIGURE_ARGS= --without-flac +FLAC_CONFIGURE_OFF= --without-flac CURL_LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl -CURL_CONFIGURE_ARGS= --without-curl +CURL_CONFIGURE_OFF= --without-curl post-patch: # Install locale files correctly (to share dir instead of lib dir) |