diff options
author | ale <ale@FreeBSD.org> | 2004-06-28 17:02:19 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2004-06-28 17:02:19 +0800 |
commit | a9af5656ea3777abf726ad59b573dfcf1a474296 (patch) | |
tree | 9c1657a6832cb5763f2d2f881662d3c43e209051 /lang/php4/Makefile | |
parent | ea964208e82218dbc7d2751c3e58dffa5cc69d4d (diff) | |
download | freebsd-ports-gnome-a9af5656ea3777abf726ad59b573dfcf1a474296.tar.gz freebsd-ports-gnome-a9af5656ea3777abf726ad59b573dfcf1a474296.tar.zst freebsd-ports-gnome-a9af5656ea3777abf726ad59b573dfcf1a474296.zip |
Install GD header files for pecl-pdflib extension.
Diffstat (limited to 'lang/php4/Makefile')
-rw-r--r-- | lang/php4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/php4/Makefile b/lang/php4/Makefile index 3ccb1a544cf8..3159f238eddb 100644 --- a/lang/php4/Makefile +++ b/lang/php4/Makefile @@ -21,7 +21,7 @@ PORTNAME= php4 PORTVERSION= 4.3.7 -PORTREVISION?= 2 +PORTREVISION?= 3 CATEGORIES?= lang devel www MASTER_SITES= ${MASTER_SITE_PHP:S,$,:release,} \ http://downloads.php.net/ilia/:rc \ |