- Remove php4 reference
This commit is contained in:
parent
937117d4a9
commit
7113e51781
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=320357
2 changed files with 1 additions and 7 deletions
|
@ -20,6 +20,5 @@ CONFIGURE_ARGS= --with-gearman
|
|||
PHP_MODNAME= ${PORTNAME}
|
||||
USE_PHP= yes
|
||||
USE_PHPEXT= yes
|
||||
IGNORE_WITH_PHP=4
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: pecl-operator
|
||||
# Date created: 2006-01-31
|
||||
# Whom: Alexander Zhuravlev <zaa@zaa.pp.ru>
|
||||
#
|
||||
# Created by: Alexander Zhuravlev <zaa@zaa.pp.ru>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= operator
|
||||
PORTVERSION= 0.3
|
||||
|
@ -22,7 +18,6 @@ LICENSE= PHP30
|
|||
USE_PHP= yes
|
||||
USE_PHPEXT= yes
|
||||
DEFAULT_PHP_VER?= 53
|
||||
IGNORE_WITH_PHP= 4
|
||||
PHP_MODNAME= ${PORTNAME}
|
||||
|
||||
post-extract::
|
||||
|
|
Loading…
Reference in a new issue