Set NO_REGRESS, because --enable-tests will cause haddock
to fail.
This commit is contained in:
kili 2012-12-02 20:42:39 +00:00
parent 4414830a0f
commit b0493ec32a

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.11 2012/10/28 23:31:14 kili Exp $
# $OpenBSD: Makefile,v 1.12 2012/12/02 20:42:39 kili Exp $
COMMENT = fast combinator parsing for bytestrings
DISTNAME = attoparsec-0.10.1.0
REVISION = 2
REVISION = 3
CATEGORIES = textproc
MAINTAINER = Jim Razmus II <jim@openbsd.org>, \
@ -22,4 +22,7 @@ MODGHC_BUILD = cabal hackage haddock register
RUN_DEPENDS = devel/hs-text>=0.11.1.5
BUILD_DEPENDS = ${RUN_DEPENDS}
# When built with --enable-tests, haddock fails.
NO_REGRESS = Yes
.include <bsd.port.mk>