From e543cc9e642432ce263626f9066796bea1a19b51 Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Tue, 15 Feb 2005 19:46:39 +0000 Subject: - Remove PHP version check PR: ports/77526 Submitted by: Antonio Carlos Venancio Junior (maintainer) --- devel/pear-HTML_Template_Flexy/Makefile | 9 --------- 1 file changed, 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 - -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 -- cgit v1.2.3