aboutsummaryrefslogtreecommitdiffstats
path: root/devel/hs-crypto
diff options
context:
space:
mode:
authorvs <vs@FreeBSD.org>2006-02-13 17:37:21 +0800
committervs <vs@FreeBSD.org>2006-02-13 17:37:21 +0800
commit27dda15b15c78a28773d7b5e174862b4b03bf2f1 (patch)
treec2721067ac90ca724519253d0e8c17e7a7a17c39 /devel/hs-crypto
parent5a7a9a50d530cda80ff804555c92af9c8ba3fd5b (diff)
downloadfreebsd-ports-gnome-27dda15b15c78a28773d7b5e174862b4b03bf2f1.tar.gz
freebsd-ports-gnome-27dda15b15c78a28773d7b5e174862b4b03bf2f1.tar.zst
freebsd-ports-gnome-27dda15b15c78a28773d7b5e174862b4b03bf2f1.zip
Mark as IGNORE: hs-crypto is incompatible with current GHC, needs updating.
Diffstat (limited to 'devel/hs-crypto')
-rw-r--r--devel/hs-crypto/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/devel/hs-crypto/Makefile b/devel/hs-crypto/Makefile
index be3f3ee5930a..6bbcf1d8e050 100644
--- a/devel/hs-crypto/Makefile
+++ b/devel/hs-crypto/Makefile
@@ -24,7 +24,6 @@ BUILD_DEPENDS+= haddock:${PORTSDIR}/devel/hs-haddock
.endif
WRKSRC= ${WRKDIR}/${PORTNAME}
-USE_REINPLACE= yes
USE_GMAKE= yes
ALL_TARGET= # empty
@@ -33,9 +32,7 @@ PLIST_SUB+= GHC_VERSION="${GHC_VERSION}"
.include <bsd.port.pre.mk>
-.if ${OSVERSION} >= 504000
-BROKEN= "Incorrect pkg-plist"
-.endif
+IGNORE= is incompatible with current GHC, needs updating
post-patch:
@${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|' \