diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2014-07-15 13:08:09 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2014-07-15 13:08:09 +0000 |
commit | 9d73ec3dbcc2dd9f22330633f6cbf8650f973456 (patch) | |
tree | 51c8745254075850e7978d070d50758b84a508ae /lang | |
parent | d186825cf342631875d2a99ea4a7d020627cf9f1 (diff) | |
download | ports-9d73ec3dbcc2dd9f22330633f6cbf8650f973456.tar.gz ports-9d73ec3dbcc2dd9f22330633f6cbf8650f973456.zip |
Notes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/ghc/Makefile | 4 | ||||
-rw-r--r-- | lang/ghc/bsd.cabal.mk | 2 | ||||
-rw-r--r-- | lang/whitespace/Makefile | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/lang/ghc/Makefile b/lang/ghc/Makefile index 9f38cf83a72d..c4cbfa36bd49 100644 --- a/lang/ghc/Makefile +++ b/lang/ghc/Makefile @@ -26,7 +26,7 @@ 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+= gmp.10:${PORTSDIR}/math/gmp +LIB_DEPENDS+= libgmp.so:${PORTSDIR}/math/gmp USE_AUTOTOOLS= autoconf autoheader USE_PERL5= build @@ -69,7 +69,7 @@ OPTIONS_DEFINE+= BOOTH .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDYNAMIC} -LIB_DEPENDS+= ffi.6:${PORTSDIR}/devel/libffi +LIB_DEPENDS+= libffi.so.6:${PORTSDIR}/devel/libffi .endif .if empty(PORT_OPTIONS:MBOOT) diff --git a/lang/ghc/bsd.cabal.mk b/lang/ghc/bsd.cabal.mk index 64ba4283a5a9..5264581ccfaf 100644 --- a/lang/ghc/bsd.cabal.mk +++ b/lang/ghc/bsd.cabal.mk @@ -108,7 +108,7 @@ CONFIGURE_ARGS+= --with-c2hs=${C2HS_CMD} .endif .if defined(EXECUTABLE) -LIB_DEPENDS+= gmp.10:${PORTSDIR}/math/gmp +LIB_DEPENDS+= libgmp.so:${PORTSDIR}/math/gmp USES+= iconv CONFIGURE_ARGS+= --enable-executable-stripping diff --git a/lang/whitespace/Makefile b/lang/whitespace/Makefile index 49361b184195..7a6025e4b89c 100644 --- a/lang/whitespace/Makefile +++ b/lang/whitespace/Makefile @@ -16,7 +16,7 @@ LICENSE= GPLv2 BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp \ - libffi.so:${PORTSDIR}/devel/libffi + libffi.so.6:${PORTSDIR}/devel/libffi USES= perl5 gmake USE_PERL5= build |