aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-02-15 19:46:39 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-02-15 19:46:39 +0000
commite543cc9e642432ce263626f9066796bea1a19b51 (patch)
treeee4e337edee69f45cedf066b7e218d4399b09719 /devel
parent5b6ced962c15b799b0d9f41f10f0402d2b21a594 (diff)
Notes
Diffstat (limited to 'devel')
-rw-r--r--devel/pear-HTML_Template_Flexy/Makefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/devel/pear-HTML_Template_Flexy/Makefile b/devel/pear-HTML_Template_Flexy/Makefile
index 1e2edec57770..d506a6a6649d 100644
--- a/devel/pear-HTML_Template_Flexy/Makefile
+++ b/devel/pear-HTML_Template_Flexy/Makefile
@@ -20,8 +20,6 @@ OPTIONS= PEAR_HTML_JAVASCRIPT "PEAR::HTML_Javascript support" off \
PEAR_FILE_GETTEXT "PEAR::File_Gettext support" off \
PEAR_TRANSLATION2 "PEAR::Translation2 support" off
-USE_PHP= yes
-
CATEGORY= HTML/Template
FILES= Flexy.php Flexy/example.ini Flexy/Element.php Flexy/Element/Xul.php \
Flexy/Factory.php Flexy/Assign.php Flexy/Plugin.php \
@@ -69,12 +67,5 @@ RUN_DEPENDS+= ${PEARDIR}/Translation2.php:${PORTSDIR}/sysutils/pear-Translation2
.endif
.include <bsd.port.pre.mk>
-
-PHP_VERS= ${PHP_VERSION:S/.//g}
-
-.if defined(PHP_VERS) && ${PHP_VERS} < 430
-IGNORE= "You need PHP 4.3.0 or later to install PEAR::HTML_Template_Flexy"
-.endif
-
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
.include <bsd.port.post.mk>