svn commit: r361923 - head/devel/hs-drift

Baptiste Daroussin bapt at FreeBSD.org
Tue Jul 15 14:07:09 UTC 2014


Author: bapt
Date: Tue Jul 15 14:07:09 2014
New Revision: 361923
URL: http://svnweb.freebsd.org/changeset/ports/361923
QAT: https://qat.redports.org/buildarchive/r361923/

Log:
  Use modern LIB_DEPENDS

Modified:
  head/devel/hs-drift/Makefile

Modified: head/devel/hs-drift/Makefile
==============================================================================
--- head/devel/hs-drift/Makefile	Tue Jul 15 14:05:16 2014	(r361922)
+++ head/devel/hs-drift/Makefile	Tue Jul 15 14:07:09 2014	(r361923)
@@ -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


More information about the svn-ports-head mailing list