Use modern LIB_DEPENDS

This commit is contained in:
Baptiste Daroussin 2014-07-15 14:07:09 +00:00
parent 636c239503
commit c0a31965b7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=361923

View File

@ -24,8 +24,8 @@ GHC_DESC= Build with GHC
.if ${PORT_OPTIONS:MGHC}
BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc \
hs-random>=0:${PORTSDIR}/devel/hs-random
LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp \
ffi.6:${PORTSDIR}/devel/libffi
LIB_DEPENDS= libgmp.so.10:${PORTSDIR}/math/gmp \
libffi.so.6:${PORTSDIR}/devel/libffi
CONFIGURE_ARGS+= --with-hc=ghc
.endif