diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-11-02 17:23:44 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-11-02 17:23:44 +0000 |
commit | 2c7f31627b5b97c6a724c46e0cfcbe78f30e23f5 (patch) | |
tree | 2b2a538fb7b2dce9015041f6d4ca82a22ebe8140 /ftp | |
parent | cb06c36d2b31639bcf4ccb3b85e227e9cd5f45d1 (diff) | |
download | ports-2c7f31627b5b97c6a724c46e0cfcbe78f30e23f5.tar.gz ports-2c7f31627b5b97c6a724c46e0cfcbe78f30e23f5.zip |
Notes
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/curl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ftp/curl/Makefile b/ftp/curl/Makefile index 16c318f302ef..8ebdaab4dd9a 100644 --- a/ftp/curl/Makefile +++ b/ftp/curl/Makefile @@ -31,8 +31,9 @@ TLS_SRP_DESC= TLS-SRP (Secure Remote Password) support CONFIGURE_ARGS+=--disable-werror \ --enable-imap --enable-pop3 --enable-rtsp --enable-smtp \ --without-axtls -CONFIGURE_ENV= LOCALBASE="${LOCALBASE}" +CONFIGURE_ENV+= LOCALBASE=${LOCALBASE} GNU_CONFIGURE= yes +MAKE_ENV+= INSTALL_STRIP_FLAG=${STRIP} USE_PERL5= build USE_XZ= yes USES= pathfix perl5 |