diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-09-17 11:10:07 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-09-17 11:10:07 +0000 |
commit | 642bdc71d49872d304885497ebe79c0a76a566a0 (patch) | |
tree | 5986bd22845b0fe98113d6f253af40e03ae33439 /graphics/php5-chartdirector | |
parent | Mark as not for sparc64 for the moment. (diff) |
Fixed PHP_VER in PKGNAMEPREFIX to be fixed instead of depending on
PHP version installed.
Noticed by: erwin@
Diffstat (limited to 'graphics/php5-chartdirector')
-rw-r--r-- | graphics/php5-chartdirector/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/php5-chartdirector/Makefile b/graphics/php5-chartdirector/Makefile index b5bb3bb6e63f..6fb87b90c187 100644 --- a/graphics/php5-chartdirector/Makefile +++ b/graphics/php5-chartdirector/Makefile @@ -7,9 +7,9 @@ PORTNAME= chartdirector PORTVERSION= 4.1 -CATEGORIES= graphics +CATEGORIES?= graphics MASTER_SITES= http://download2.advsofteng.com/ -PKGNAMEPREFIX= php${PHP_VER}- +PKGNAMEPREFIX?= php5- MAINTAINER= swhetzel@gmail.com COMMENT= ChartDirector Chart Component for PHP ${PHP_VER} |