1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

- Remove dependency on self, unbreak INDEX generation

Reported by:	cperciva (via portsnap)
Obtained from:	FreeBSD Haskell
This commit is contained in:
Gabor Pali 2013-02-06 10:32:26 +00:00
parent 8ad9e5c5fc
commit f06a2a56ac
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=311755

View File

@ -9,7 +9,7 @@ COMMENT= Interface for versioning file stores
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"