aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-09-17 17:28:01 +0800
committerbapt <bapt@FreeBSD.org>2013-09-17 17:28:01 +0800
commit6a7f83ba9530013590c99419a9f47bb6ee413e34 (patch)
treecf64847fcbd77a93ce1c24c50f6f33c7b80369d6 /lang
parent5224cf2e511f5ed09bd600617c13072f8db45c98 (diff)
downloadfreebsd-ports-gnome-6a7f83ba9530013590c99419a9f47bb6ee413e34.tar.gz
freebsd-ports-gnome-6a7f83ba9530013590c99419a9f47bb6ee413e34.tar.zst
freebsd-ports-gnome-6a7f83ba9530013590c99419a9f47bb6ee413e34.zip
Convert to new perl framework
Diffstat (limited to 'lang')
-rw-r--r--lang/ghc/bsd.cabal.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/ghc/bsd.cabal.mk b/lang/ghc/bsd.cabal.mk
index 1d95d0e665c1..cb44567fa85a 100644
--- a/lang/ghc/bsd.cabal.mk
+++ b/lang/ghc/bsd.cabal.mk
@@ -137,7 +137,8 @@ RUN_DEPENDS+= ${dependencies}
.endif
.if defined(USE_GHC_NATIVE)
-USE_PERL5_BUILD= 5.8+
+USES+= perl5
+USE_PERL5= build
.endif
.if ${PORT_OPTIONS:MDOCS}