svn commit: r311755 - head/devel/hs-filestore

Gabor Pali pgj at FreeBSD.org
Wed Feb 6 10:32:27 UTC 2013


Author: pgj
Date: Wed Feb  6 10:32:26 2013
New Revision: 311755
URL: http://svnweb.freebsd.org/changeset/ports/311755

Log:
  - Remove dependency on self, unbreak INDEX generation
  
  Reported by:	cperciva (via portsnap)
  Obtained from:	FreeBSD Haskell

Modified:
  head/devel/hs-filestore/Makefile

Modified: head/devel/hs-filestore/Makefile
==============================================================================
--- head/devel/hs-filestore/Makefile	Wed Feb  6 10:30:08 2013	(r311754)
+++ head/devel/hs-filestore/Makefile	Wed Feb  6 10:32:26 2013	(r311755)
@@ -9,7 +9,7 @@ COMMENT=	Interface for versioning file s
 
 LICENSE=	BSD
 
-USE_CABAL=	Diff>=0.2 filestore HUnit>=1.2 mtl parsec>=2 split>=0.1 \
+USE_CABAL=	Diff>=0.2 HUnit>=1.2 mtl parsec>=2 split>=0.1 \
 		utf8-string>=0.3 xml>=1.3
 
 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"


More information about the svn-ports-head mailing list