aboutsummaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-12-06 17:51:46 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-12-06 17:51:46 +0000
commitab7fd32beb092cbe5bf7c5e2ce43ee20ce3d8e4e (patch)
treed67517959aba2a4f283032382c8f76c3e2945d60 /ftp
parentffb8224a0302f32904b1b37dece7c1f84a2a13f7 (diff)
downloadports-ab7fd32beb092cbe5bf7c5e2ce43ee20ce3d8e4e.tar.gz
ports-ab7fd32beb092cbe5bf7c5e2ce43ee20ce3d8e4e.zip
- Use gmake for zsh completions
- Bump PORTREVISION for package change
Notes
Notes: svn path=/head/; revision=403132
Diffstat (limited to 'ftp')
-rw-r--r--ftp/curl/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/ftp/curl/Makefile b/ftp/curl/Makefile
index 3e9314eb4176..4089fa76a0e5 100644
--- a/ftp/curl/Makefile
+++ b/ftp/curl/Makefile
@@ -3,6 +3,7 @@
PORTNAME= curl
PORTVERSION= 7.46.0
+PORTREVISION= 1
CATEGORIES= ftp www
MASTER_SITES= http://curl.haxx.se/download/ \
LOCAL/sunpoet
@@ -52,7 +53,7 @@ INSTALL_TARGET= install-strip
TEST_ENV= ${MAKE_ENV} LC_ALL=C
TEST_TARGET= test
USE_PERL5= build
-USES= libtool pathfix perl5 tar:lzma
+USES= gmake libtool pathfix perl5 tar:lzma
.if !defined(BUILDING_HIPHOP)
USE_LDCONFIG= yes