summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lang/php55/Makefile2
-rw-r--r--lang/php56/Makefile2
-rw-r--r--lang/php70/Makefile2
-rw-r--r--www/php55-opcache/Makefile1
-rw-r--r--www/php56-opcache/Makefile1
-rw-r--r--www/php70-opcache/Makefile1
6 files changed, 6 insertions, 3 deletions
diff --git a/lang/php55/Makefile b/lang/php55/Makefile
index 301a790..4000fee 100644
--- a/lang/php55/Makefile
+++ b/lang/php55/Makefile
@@ -13,7 +13,7 @@ COMMENT= PHP Scripting Language
LICENSE= PHP301
-USES= tar:bzip2 cpe
+USES+= tar:bzip2 cpe
CPE_PRODUCT= php
NO_OPTIONS_SORT=yes
.if !defined(PKGNAMESUFFIX)
diff --git a/lang/php56/Makefile b/lang/php56/Makefile
index b2de323..93c93c9 100644
--- a/lang/php56/Makefile
+++ b/lang/php56/Makefile
@@ -13,7 +13,7 @@ COMMENT= PHP Scripting Language
LICENSE= PHP301
-USES= tar:bzip2 cpe
+USES+= tar:bzip2 cpe
CPE_PRODUCT= php
NO_OPTIONS_SORT=yes
.if !defined(PKGNAMESUFFIX)
diff --git a/lang/php70/Makefile b/lang/php70/Makefile
index 6434fb4..dd224ba 100644
--- a/lang/php70/Makefile
+++ b/lang/php70/Makefile
@@ -15,7 +15,7 @@ LICENSE= PHP301
BROKEN_powerpc64= Does not build
-USES= tar:bzip2 cpe
+USES+= tar:bzip2 cpe
CPE_PRODUCT= php
NO_OPTIONS_SORT=yes
.if !defined(PKGNAMESUFFIX)
diff --git a/www/php55-opcache/Makefile b/www/php55-opcache/Makefile
index 1dc5c1f..753ea6e 100644
--- a/www/php55-opcache/Makefile
+++ b/www/php55-opcache/Makefile
@@ -1,6 +1,7 @@
# Created by: Martin Matuska <mm@FreeBSD.org>
# $FreeBSD$
+PORTREVISION= 1
CATEGORIES= www
MASTERDIR= ${.CURDIR}/../../lang/php55
diff --git a/www/php56-opcache/Makefile b/www/php56-opcache/Makefile
index 2c4265a..99b55c2 100644
--- a/www/php56-opcache/Makefile
+++ b/www/php56-opcache/Makefile
@@ -1,6 +1,7 @@
# Created by: Martin Matuska <mm@FreeBSD.org>
# $FreeBSD$
+PORTREVISION= 1
CATEGORIES= www
MASTERDIR= ${.CURDIR}/../../lang/php56
diff --git a/www/php70-opcache/Makefile b/www/php70-opcache/Makefile
index db9930b..f3b439b 100644
--- a/www/php70-opcache/Makefile
+++ b/www/php70-opcache/Makefile
@@ -1,6 +1,7 @@
# Created by: Martin Matuska <mm@FreeBSD.org>
# $FreeBSD$
+PORTREVISION= 1
CATEGORIES= www
MASTERDIR= ${.CURDIR}/../../lang/php70
OpenPOWER on IntegriCloud