mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Fix the opcache ports, the fact that they are zend extensions was ignored.
MFH: 2016Q3 Sponsored by: Absolight
This commit is contained in:
parent
b5529b7d3d
commit
d25ea0446c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=418143
6 changed files with 6 additions and 3 deletions
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# Created by: Martin Matuska <mm@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../lang/php55
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# Created by: Martin Matuska <mm@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../lang/php56
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# Created by: Martin Matuska <mm@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= www
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../lang/php70
|
||||
|
|
Loading…
Add table
Reference in a new issue