diff options
author | miwi <miwi@FreeBSD.org> | 2013-06-10 02:06:37 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2013-06-10 02:06:37 +0800 |
commit | a5e38dd2fa990b747a778e6bcf127785435a6ea7 (patch) | |
tree | c85004654877cb026c540f9107996684b6c0912d /graphics | |
parent | 06510acb1a336faf292344356f1bb3ae578171a5 (diff) | |
download | freebsd-ports-gnome-a5e38dd2fa990b747a778e6bcf127785435a6ea7.tar.gz freebsd-ports-gnome-a5e38dd2fa990b747a778e6bcf127785435a6ea7.tar.zst freebsd-ports-gnome-a5e38dd2fa990b747a778e6bcf127785435a6ea7.zip |
- Remove php4 reference
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/php5-chartdirector/Makefile | 7 | ||||
-rw-r--r-- | graphics/phplot/Makefile | 1 |
2 files changed, 1 insertions, 7 deletions
diff --git a/graphics/php5-chartdirector/Makefile b/graphics/php5-chartdirector/Makefile index 7e8ee5d32386..fd66718c6bf8 100644 --- a/graphics/php5-chartdirector/Makefile +++ b/graphics/php5-chartdirector/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: php-chartdirector -# Date created: 29 Jul 2007 -# Whom: <swhetzel@gmail.com> -# +# Created by: <swhetzel@gmail.com> # $FreeBSD$ -# PORTNAME= chartdirector PORTVERSION= 5.0.2 @@ -19,7 +15,6 @@ USE_PHP= yes NO_BUILD= yes ONLY_FOR_ARCHS= i386 amd64 SUB_FILES= pkg-message -IGNORE_WITH_PHP?=4 DEFAULT_PHP_VER?=5 USE_LDCONFIG= yes diff --git a/graphics/phplot/Makefile b/graphics/phplot/Makefile index 30808d2295aa..b0aede12fc97 100644 --- a/graphics/phplot/Makefile +++ b/graphics/phplot/Makefile @@ -17,7 +17,6 @@ LIB_DEPENDS+= gd:${PORTSDIR}/graphics/gd USE_ZIP= yes USE_PHP= yes DEFAULT_PHP_VER= 5 -IGNORE_WITH_PHP= 4 NO_BUILD= YES PHPLOT_DIR= ${PREFIX}/include/php/phplot |