svn commit: r327461 - head/lang/ghc

Baptiste Daroussin bapt at FreeBSD.org
Tue Sep 17 09:28:02 UTC 2013


Author: bapt
Date: Tue Sep 17 09:28:01 2013
New Revision: 327461
URL: http://svnweb.freebsd.org/changeset/ports/327461

Log:
  Convert to new perl framework

Modified:
  head/lang/ghc/bsd.cabal.mk

Modified: head/lang/ghc/bsd.cabal.mk
==============================================================================
--- head/lang/ghc/bsd.cabal.mk	Tue Sep 17 09:14:05 2013	(r327460)
+++ head/lang/ghc/bsd.cabal.mk	Tue Sep 17 09:28:01 2013	(r327461)
@@ -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}


More information about the svn-ports-all mailing list