svn commit: r406753 - head/devel/pecl-propro

Vanilla I. Shu vanilla at FreeBSD.org
Wed Jan 20 14:57:04 UTC 2016


Author: vanilla
Date: Wed Jan 20 14:57:02 2016
New Revision: 406753
URL: https://svnweb.freebsd.org/changeset/ports/406753

Log:
  1: add gmake to USES to fix building of pecl-http.
  2: bump revision.
  
  Submitted by:	dweimer at dweimer.net

Modified:
  head/devel/pecl-propro/Makefile

Modified: head/devel/pecl-propro/Makefile
==============================================================================
--- head/devel/pecl-propro/Makefile	Wed Jan 20 13:55:17 2016	(r406752)
+++ head/devel/pecl-propro/Makefile	Wed Jan 20 14:57:02 2016	(r406753)
@@ -3,6 +3,7 @@
 
 PORTNAME=	propro
 PORTVERSION=	1.0.2
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	http://pecl.php.net/get/
 PKGNAMEPREFIX=	pecl-
@@ -15,7 +16,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 PORTSCOUT=	limit:^1.*
 
-USES=		tar:tgz
+USES=		gmake tar:tgz
 USE_PHP=	yes
 USE_PHPEXT=	yes
 


More information about the svn-ports-head mailing list