diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-12-07 01:51:46 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-12-07 01:51:46 +0800 |
commit | 5485c1b66f5684f32187f188709d0866e8183973 (patch) | |
tree | d67517959aba2a4f283032382c8f76c3e2945d60 /ftp | |
parent | a446abd2151b87432c3ddff367575718c48e1037 (diff) | |
download | freebsd-ports-gnome-5485c1b66f5684f32187f188709d0866e8183973.tar.gz freebsd-ports-gnome-5485c1b66f5684f32187f188709d0866e8183973.tar.zst freebsd-ports-gnome-5485c1b66f5684f32187f188709d0866e8183973.zip |
- Use gmake for zsh completions
- Bump PORTREVISION for package change
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 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 |