aboutsummaryrefslogtreecommitdiff
path: root/www/bricolage/Makefile
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2007-09-08 01:12:10 +0000
committerMark Linimon <linimon@FreeBSD.org>2007-09-08 01:12:10 +0000
commit9839011ec3910790376ce9ace5e2a1c5bcb2781f (patch)
tree41c61966bf1404bd3cfce06493a35d6a1a4acfc6 /www/bricolage/Makefile
parent41a56135d1e8a68844e4c575702cdbad451d7322 (diff)
downloadports-9839011ec3910790376ce9ace5e2a1c5bcb2781f.tar.gz
ports-9839011ec3910790376ce9ace5e2a1c5bcb2781f.zip
Notes
Diffstat (limited to 'www/bricolage/Makefile')
-rw-r--r--www/bricolage/Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/www/bricolage/Makefile b/www/bricolage/Makefile
index 9492af2e0bd4..c88bfb051682 100644
--- a/www/bricolage/Makefile
+++ b/www/bricolage/Makefile
@@ -66,20 +66,13 @@ MAKE_ENV+= USE_DEFAULTS=freebsd
# Skip 1.8.5
PREVIOUS_VERSIONS= 1.8.0 1.8.1 1.8.2 1.8.3 1.8.4 1.8.6 1.8.7 1.8.8 1.8.9 1.9.0 1.9.1 1.10.0 1.10.1 1.10.2
-PERL_CONFIGURE= yes
+PERL_CONFIGURE= 5.8.0+ # Needs perl 5.8.x or later for decent unicode support
PKGMESSAGE= ${WRKDIR}/pkg-message
INSTALL_TARGET= install_files
.include <bsd.port.pre.mk>
-# Needs perl 5.8.x or later for decent unicode support
-# Easier to make this a requirement than deal with issues
-# for unicode users
-.if ${PERL_LEVEL} < 500800
-IGNORE= requires perl 5.8.x or later. Install lang/perl5.8 then try again
-.endif
-
# Optional dependencies. Use them if they're installed.
.if exists(${SITE_PERL}/HTML/Template/Expr.pm)
BUILD_DEPENDS+= ${SITE_PERL}/HTML/Template/Expr.pm:${PORTSDIR}/www/p5-HTML-Template-Expr