svn commit: r403132 - head/ftp/curl

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Dec 6 17:51:47 UTC 2015


Author: sunpoet
Date: Sun Dec  6 17:51:46 2015
New Revision: 403132
URL: https://svnweb.freebsd.org/changeset/ports/403132

Log:
  - Use gmake for zsh completions
  - Bump PORTREVISION for package change

Modified:
  head/ftp/curl/Makefile

Modified: head/ftp/curl/Makefile
==============================================================================
--- head/ftp/curl/Makefile	Sun Dec  6 17:51:42 2015	(r403131)
+++ head/ftp/curl/Makefile	Sun Dec  6 17:51:46 2015	(r403132)
@@ -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


More information about the svn-ports-head mailing list