From 6da7db56873e789b5619503b294318b9ddcb6d2b Mon Sep 17 00:00:00 2001 From: az Date: Sun, 16 Dec 2012 06:12:28 +0000 Subject: - Set default perl version for ports which currently using (5.x+ and x < 12) scheme. Approved by: bapt@ (portmgr@) --- www/rt38/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/rt38') diff --git a/www/rt38/Makefile b/www/rt38/Makefile index 22383b9faa56..ac6d65298288 100644 --- a/www/rt38/Makefile +++ b/www/rt38/Makefile @@ -40,7 +40,7 @@ BUILD_DEPENDS+= ${CORE_DEPS} \ RUN_DEPENDS+= ${BUILD_DEPENDS} -USE_PERL5= 5.8.3+ +USE_PERL5= yes USE_AUTOTOOLS= autoconf .include -- cgit