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/php5-chartdirector | |
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/php5-chartdirector')
-rw-r--r-- | graphics/php5-chartdirector/Makefile | 7 |
1 files changed, 1 insertions, 6 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 |