aboutsummaryrefslogtreecommitdiff
path: root/audio/gtkpod
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2014-01-21 12:33:00 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2014-01-21 12:33:00 +0000
commitb0810f34b5c16190181e599d62cd161d5246e2ff (patch)
tree9f4d7a3aaab65bf147ac8bca3637ed3560abd207 /audio/gtkpod
parenta34071c47508b673caea8d8f93cb2ab82516e752 (diff)
downloadports-b0810f34b5c16190181e599d62cd161d5246e2ff.tar.gz
ports-b0810f34b5c16190181e599d62cd161d5246e2ff.zip
Oops, missed couple of CONFIGURE_ARGS helpers during conversion.
Notes
Notes: svn path=/head/; revision=340604
Diffstat (limited to 'audio/gtkpod')
-rw-r--r--audio/gtkpod/Makefile4
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)