diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 18:41:15 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 18:41:15 +0000 |
commit | bbc8c4d740872dbe971f6164448e5ba893cb166f (patch) | |
tree | c756810defa7862a81134a13cec391bfef55e24e /lang/ghc | |
parent | 7eb500363752ce8dd82189f56d621b11450e92f9 (diff) |
Convert a bunch of USE_BZIP2 to USES=tar:bzip2
Approved by: portmgr (not really, but touches unstaged ports)
Notes
Notes:
svn path=/head/; revision=363371
Diffstat (limited to 'lang/ghc')
-rw-r--r-- | lang/ghc/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/ghc/Makefile b/lang/ghc/Makefile index c4cbfa36bd49..ca69ee618a99 100644 --- a/lang/ghc/Makefile +++ b/lang/ghc/Makefile @@ -25,12 +25,11 @@ EXAMPLESDIR= ${PREFIX}/share/examples/ghc-${GHC_VERSION} CONFLICTS= ghc-6.8.* ghc-6.10.* ghc-6.12.* ghc-7.0.* ghc-7.2.* ghc-7.4.* -USE_BZIP2= yes LIB_DEPENDS+= libgmp.so:${PORTSDIR}/math/gmp USE_AUTOTOOLS= autoconf autoheader USE_PERL5= build -USES= gmake iconv perl5 ncurses +USES= gmake iconv perl5 ncurses tar:bzip2 USE_BINUTILS= yes USE_GCC= yes |