From c0a31965b7fce3abc47719f177187c307e61e335 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Tue, 15 Jul 2014 14:07:09 +0000 Subject: [PATCH] Use modern LIB_DEPENDS --- devel/hs-drift/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devel/hs-drift/Makefile b/devel/hs-drift/Makefile index dfab67e13692..56d2a75fe629 100644 --- a/devel/hs-drift/Makefile +++ b/devel/hs-drift/Makefile @@ -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