diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-19 09:59:05 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-19 09:59:05 +0000 |
commit | fbbb5d782f2aa686eecbbbfbfd22718a73440178 (patch) | |
tree | 9d02da48813af5ad18919d52c28be043b2c294bf /x11-toolkits | |
parent | This 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/Makefile | 8 |
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> |