diff options
author | miwi <miwi@FreeBSD.org> | 2013-06-10 01:27:04 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2013-06-10 01:27:04 +0800 |
commit | 8ff9ab4088ce9f6ae15df8b68cb207933fe4a491 (patch) | |
tree | 5fe8f35b6457510adfe8a04ed79cc62a258f22d0 /textproc | |
parent | cf0c4ec1dff0eab4021e84ee79bded35e7c02ba9 (diff) | |
download | freebsd-ports-gnome-8ff9ab4088ce9f6ae15df8b68cb207933fe4a491.tar.gz freebsd-ports-gnome-8ff9ab4088ce9f6ae15df8b68cb207933fe4a491.tar.zst freebsd-ports-gnome-8ff9ab4088ce9f6ae15df8b68cb207933fe4a491.zip |
- Remove php4 reference
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/pecl-ctemplate/Makefile | 7 | ||||
-rw-r--r-- | textproc/simplehtmldom/Makefile | 7 |
2 files changed, 2 insertions, 12 deletions
diff --git a/textproc/pecl-ctemplate/Makefile b/textproc/pecl-ctemplate/Makefile index 88f30ec2ae12..63478b2eecef 100644 --- a/textproc/pecl-ctemplate/Makefile +++ b/textproc/pecl-ctemplate/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: pecl-cTemplate -# Date created: 07 May 2006 -# Whom: vanilla -# +# Created by: vanilla # $FreeBSD$ -# PORTNAME= cTemplate PORTVERSION= 1.11 @@ -23,7 +19,6 @@ USE_XZ= yes USE_PHP= yes USE_PHPEXT= yes DEFAULT_PHP_VER= 5 -IGNORE_WITH_PHP= 4 CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib ${EXTRA_LIBS} diff --git a/textproc/simplehtmldom/Makefile b/textproc/simplehtmldom/Makefile index e47d6e160813..b52de74a2748 100644 --- a/textproc/simplehtmldom/Makefile +++ b/textproc/simplehtmldom/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: simplehtmldom -# Date created: 2010-01-18 -# Whom: Joe Horn <joehorn@gmail.com> -# +# Created by: Joe Horn <joehorn@gmail.com> # $FreeBSD$ -# PORTNAME= simplehtmldom DISTVERSION= 1.5 @@ -23,7 +19,6 @@ NO_BUILD= YES USE_PHP= pcre DEFAULT_PHP_VER= 5 -IGNORE_WITH_PHP= 4 SUB_FILES+= pkg-message SUB_LIST+= DATADIR=${DATADIR} PREFIX=${PREFIX} |