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 | |
parent | f014c68fa209979b385fa3ee5a53f039ae9fffbc (diff) | |
download | freebsd-ports-graphics-19c6f25bb5c64af34fb9c0924d55312e50c5e951.tar.gz freebsd-ports-graphics-19c6f25bb5c64af34fb9c0924d55312e50c5e951.tar.zst freebsd-ports-graphics-19c6f25bb5c64af34fb9c0924d55312e50c5e951.zip |
- Remove php4 reference
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/jpgraph2/Makefile | 7 | ||||
-rw-r--r-- | graphics/pear-Image_Graph/Makefile | 7 | ||||
-rw-r--r-- | graphics/php5-swfed/Makefile | 1 |
3 files changed, 2 insertions, 13 deletions
diff --git a/graphics/jpgraph2/Makefile b/graphics/jpgraph2/Makefile index a69b1b92070..cd11febf935 100644 --- a/graphics/jpgraph2/Makefile +++ b/graphics/jpgraph2/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: jpgraph2 -# Date created: 7 Dec 2006 -# Whom: Alex Dupre <ale@FreeBSD.org: -# +# Created by: Alex Dupre <ale@FreeBSD.org: # $FreeBSD$ -# PORTNAME= jpgraph PORTVERSION= 3.0.7 @@ -17,7 +13,6 @@ USE_BZIP2= yes NO_BUILD= yes NO_WRKSUBDIR= yes USE_PHP= gd -IGNORE_WITH_PHP=4 NO_CDROM= The free version cannot be used in a commercial context diff --git a/graphics/pear-Image_Graph/Makefile b/graphics/pear-Image_Graph/Makefile index 69f44c41509..c4c779e4aea 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 diff --git a/graphics/php5-swfed/Makefile b/graphics/php5-swfed/Makefile index 761a6fc6df6..e86375127b0 100644 --- a/graphics/php5-swfed/Makefile +++ b/graphics/php5-swfed/Makefile @@ -18,7 +18,6 @@ LIB_DEPENDS= gif:${PORTSDIR}/graphics/giflib \ png15:${PORTSDIR}/graphics/png DEFAULT_PHP_VER= 5 -IGNORE_WITH_PHP= 4 USE_PHP= zlib USE_PHPEXT= yes |