diff options
author | edwin <edwin@FreeBSD.org> | 2007-09-17 19:10:07 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-09-17 19:10:07 +0800 |
commit | d16bcf71635a09ea80e18600b0a03bc87d58156c (patch) | |
tree | 6696ad45ac139c2c00b1af6cbc7598d55cb68600 /graphics/php4-chartdirector | |
parent | c1973af8ce3a770b3408fc5de413d4c7c5d0fdcd (diff) | |
download | freebsd-ports-gnome-d16bcf71635a09ea80e18600b0a03bc87d58156c.tar.gz freebsd-ports-gnome-d16bcf71635a09ea80e18600b0a03bc87d58156c.tar.zst freebsd-ports-gnome-d16bcf71635a09ea80e18600b0a03bc87d58156c.zip |
Fixed PHP_VER in PKGNAMEPREFIX to be fixed instead of depending on
PHP version installed.
Noticed by: erwin@
Diffstat (limited to 'graphics/php4-chartdirector')
-rw-r--r-- | graphics/php4-chartdirector/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/php4-chartdirector/Makefile b/graphics/php4-chartdirector/Makefile index 180d19ccad32..8fa38b18f797 100644 --- a/graphics/php4-chartdirector/Makefile +++ b/graphics/php4-chartdirector/Makefile @@ -6,9 +6,9 @@ # CATEGORIES= graphics +PKGNAMEPREFIX= php4- MASTERDIR= ${.CURDIR}/../../graphics/php5-chartdirector -MASTERDIR= ${.CURDIR}/../php5-chartdirector IGNORE_WITH_PHP=5 DEFAULT_PHP_VER=4 |