diff options
-rw-r--r-- | net-mgmt/fruity/Makefile | 7 | ||||
-rw-r--r-- | net-mgmt/zabbix2-frontend/Makefile | 1 |
2 files changed, 1 insertions, 7 deletions
diff --git a/net-mgmt/fruity/Makefile b/net-mgmt/fruity/Makefile index fbfb06972b77..f1a36598da0e 100644 --- a/net-mgmt/fruity/Makefile +++ b/net-mgmt/fruity/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: fruity -# Date created: 29 December 2006 -# Whom: Dan Langille <dan@langille.org> -# +# Created by: Dan Langille <dan@langille.org> # $FreeBSD$ -# PORTNAME= fruity DISTVERSION= 1.0-rc2 @@ -21,7 +17,6 @@ NO_BUILD= yes SUB_FILES= pkg-message patch-includes-config.inc fruity.config.inc WANT_PHP_WEB= yes -IGNORE_WITH_PHP=4 DEFAULT_PHP_VER=5 USE_MYSQL= yes SUB_LIST+= REQ_MYSQL=mysql diff --git a/net-mgmt/zabbix2-frontend/Makefile b/net-mgmt/zabbix2-frontend/Makefile index b43597a8a4be..5253191ab17d 100644 --- a/net-mgmt/zabbix2-frontend/Makefile +++ b/net-mgmt/zabbix2-frontend/Makefile @@ -12,7 +12,6 @@ PLIST= ${PKGDIR}/pkg-plist.frontend USE_PHP= bcmath ctype gd pcre snmp sockets mbstring session dom xml \ xmlreader xmlwriter simplexml gettext -IGNORE_WITH_PHP= 4 WANT_PHP_WEB= yes OPTIONSFILE= ${PORT_DBDIR}/${PORTNAME}${PKGNAMESUFFIX}/options |