diff options
Diffstat (limited to 'devel/hs-drift/Makefile')
-rw-r--r-- | devel/hs-drift/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/hs-drift/Makefile b/devel/hs-drift/Makefile index 08d9f93a7578..ffc433700f17 100644 --- a/devel/hs-drift/Makefile +++ b/devel/hs-drift/Makefile @@ -3,7 +3,7 @@ PORTNAME= drift PORTVERSION= 2.2.3 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= devel haskell MASTER_SITES= http://repetae.net/computer/haskell/DrIFT/drop/ PKGNAMEPREFIX= hs- @@ -24,7 +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 +LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp \ + ffi.6:${PORTSDIR}/devel/libffi CONFIGURE_ARGS+= --with-hc=ghc .endif |