summaryrefslogtreecommitdiff
path: root/lang/ghc
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-17 09:28:01 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-17 09:28:01 +0000
commit8daca60541a0d9a783b27f47e9b72132a0a289c8 (patch)
treecf64847fcbd77a93ce1c24c50f6f33c7b80369d6 /lang/ghc
parent- Update to 1.12 (diff)
Convert to new perl framework
Notes
Notes: svn path=/head/; revision=327461
Diffstat (limited to 'lang/ghc')
-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}