diff options
author | miwi <miwi@FreeBSD.org> | 2013-06-10 02:11:48 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2013-06-10 02:11:48 +0800 |
commit | 19c6f25bb5c64af34fb9c0924d55312e50c5e951 (patch) | |
tree | 87fcfd202a70ef68b0bfb5659b14740df9bc5c36 /graphics/pear-Image_Graph | |
parent | f014c68fa209979b385fa3ee5a53f039ae9fffbc (diff) | |
download | freebsd-ports-gnome-19c6f25bb5c64af34fb9c0924d55312e50c5e951.tar.gz freebsd-ports-gnome-19c6f25bb5c64af34fb9c0924d55312e50c5e951.tar.zst freebsd-ports-gnome-19c6f25bb5c64af34fb9c0924d55312e50c5e951.zip |
- Remove php4 reference
Diffstat (limited to 'graphics/pear-Image_Graph')
-rw-r--r-- | graphics/pear-Image_Graph/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/graphics/pear-Image_Graph/Makefile b/graphics/pear-Image_Graph/Makefile index 69f44c415093..c4c779e4aeac 100644 --- a/graphics/pear-Image_Graph/Makefile +++ b/graphics/pear-Image_Graph/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: pear-Image-Graph -# Date created: 01 March 2005 -# Whom: Nick Hilliard <nick@foobar.org> -# +# Created by: Nick Hilliard <nick@foobar.org> # $FreeBSD$ -# PORTNAME= Image_Graph PORTVERSION= 0.8.0 @@ -21,7 +17,6 @@ USE_PHP= yes USE_DOS2UNIX= yes DOS2UNIX_REGEX= .*php$$ DEFAULT_PHP_VER= 5 -IGNORE_WITH_PHP= 4 LATEST_LINK= pear-Image_Graph |