svn commit: r365700 - head/devel/hs-readline

John Marino marino at FreeBSD.org
Fri Aug 22 21:49:42 UTC 2014


Author: marino
Date: Fri Aug 22 21:49:41 2014
New Revision: 365700
URL: http://svnweb.freebsd.org/changeset/ports/365700
QAT: https://qat.redports.org/buildarchive/r365700/

Log:
  devel/hs-readline: Restore adamw's -current fix
  
  The massive ghc update (rev 364579) removed Adam's fix (rev 362452)
  unintentionally.  Add USES=readline back again; DF needs it too.

Modified:
  head/devel/hs-readline/Makefile

Modified: head/devel/hs-readline/Makefile
==============================================================================
--- head/devel/hs-readline/Makefile	Fri Aug 22 21:42:11 2014	(r365699)
+++ head/devel/hs-readline/Makefile	Fri Aug 22 21:49:41 2014	(r365700)
@@ -11,5 +11,7 @@ COMMENT=	Interface to the GNU readline l
 
 LICENSE=	GPLv2
 
+USES=		readline
+
 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list