summaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-02-19 09:59:05 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-02-19 09:59:05 +0000
commitfbbb5d782f2aa686eecbbbfbfd22718a73440178 (patch)
tree9d02da48813af5ad18919d52c28be043b2c294bf /x11-toolkits
parentThis port is scheduled for removal on April 19 if it is still broken. (diff)
BROKEN on 5.x: configure fails
Notes
Notes: svn path=/head/; revision=101384
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/hs-gtk+hs/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/x11-toolkits/hs-gtk+hs/Makefile b/x11-toolkits/hs-gtk+hs/Makefile
index 08a18dc11dd8..47e11414a6ec 100644
--- a/x11-toolkits/hs-gtk+hs/Makefile
+++ b/x11-toolkits/hs-gtk+hs/Makefile
@@ -37,6 +37,12 @@ CONFIGURE_ARGS+= --with-ih
GHC_VERSION= `${LOCALBASE}/bin/ghc --numeric-version`
PLIST_SUB+= PORTVERSION="${PORTVERSION}" GHC_VERSION="${GHC_VERSION}"
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 502102
+BROKEN= "Configure fails"
+.endif
+
pre-everything::
.if !defined(WITHOUT_IHASKELL)
@${ECHO_CMD} "To build gtk+hs without iHaskell define WITHOUT_IHASKELL."
@@ -47,4 +53,4 @@ post-patch:
s/glib-config/glib12-config/g' ${WRKSRC}/configure
@${RM} -f ${PREFIX}/lib/ghc-${GHC_VERSION}/package.conf.old
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>