diff options
author | miwi <miwi@FreeBSD.org> | 2013-06-10 02:32:16 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2013-06-10 02:32:16 +0800 |
commit | 2171110715c583127e37ce6e83cb401295fc4bc1 (patch) | |
tree | 0b030ce0fb81d0dc8f705b3a50f548df9f7028a6 /net-mgmt | |
parent | ca36cf688fe0adc42fd09f894b5de8236a2f4fef (diff) | |
download | freebsd-ports-gnome-2171110715c583127e37ce6e83cb401295fc4bc1.tar.gz freebsd-ports-gnome-2171110715c583127e37ce6e83cb401295fc4bc1.tar.zst freebsd-ports-gnome-2171110715c583127e37ce6e83cb401295fc4bc1.zip |
- Remove php4 reference
Diffstat (limited to 'net-mgmt')
-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 |