Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Dec 2015 17:51:46 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r403132 - head/ftp/curl
Message-ID:  <201512061751.tB6HpkJv073819@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512061751.tB6HpkJv073819>