diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-08-21 14:08:06 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-08-21 14:08:06 +0000 |
commit | c9cf6c61132115ca4b6476190fe9576d06ee06db (patch) | |
tree | a29fe29c38d5df1895cfbe84019093fae61a6b42 /ftp/curl | |
parent | b100cd9f05b8e71f0cd2e142eafe47d54108a79c (diff) | |
download | ports-c9cf6c61132115ca4b6476190fe9576d06ee06db.tar.gz ports-c9cf6c61132115ca4b6476190fe9576d06ee06db.zip |
Notes
Diffstat (limited to 'ftp/curl')
-rw-r--r-- | ftp/curl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ftp/curl/Makefile b/ftp/curl/Makefile index 8ec9a49d9d5e..0cfb64729204 100644 --- a/ftp/curl/Makefile +++ b/ftp/curl/Makefile @@ -33,9 +33,9 @@ CONFIGURE_ARGS+=--disable-threaded-resolver --disable-werror \ --without-axtls CONFIGURE_ENV= LOCALBASE="${LOCALBASE}" GNU_CONFIGURE= yes -USE_PERL5_BUILD=yes +USE_PERL5= build USE_XZ= yes -USES= pathfix +USES= pathfix perl5 .if !defined(BUILDING_HIPHOP) USE_LDCONFIG= yes |