Date: Tue, 17 Sep 2013 09:28:02 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327461 - head/lang/ghc Message-ID: <201309170928.r8H9S2UU016435@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309170928.r8H9S2UU016435>