svn commit: r409200 - head/lang/ghc

Gabor Pali pgj at FreeBSD.org
Fri Feb 19 20:25:35 UTC 2016


Author: pgj
Date: Fri Feb 19 20:25:34 2016
New Revision: 409200
URL: https://svnweb.freebsd.org/changeset/ports/409200

Log:
  - Remove the superfluous dependency on misc/compat9x
  
  PR:		206794
  Submitted by:	Walter Schwarzenfeld <w.litter at aon.at>
  Obtained from:	FreeBSD Haskell

Modified:
  head/lang/ghc/Makefile

Modified: head/lang/ghc/Makefile
==============================================================================
--- head/lang/ghc/Makefile	Fri Feb 19 19:54:38 2016	(r409199)
+++ head/lang/ghc/Makefile	Fri Feb 19 20:25:34 2016	(r409200)
@@ -80,7 +80,6 @@ LIB_DEPENDS+=	libffi.so.6:${PORTSDIR}/de
 
 BOOT_GHC_VERSION=	7.10.2
 DISTFILES+=		ghc-${BOOT_GHC_VERSION}-boot-${ARCH}-freebsd${EXTRACT_SUFX}:boot
-LIB_DEPENDS+=		libutil.so.9:${PORTSDIR}/misc/compat9x
 
 .endif # MBOOT
 


More information about the svn-ports-all mailing list