- Remove php4 reference

This commit is contained in:
Martin Wilke 2013-06-09 17:32:47 +00:00
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

View file

@ -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>

View file

@ -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::