diff options
author | kris <kris@FreeBSD.org> | 2004-02-19 17:59:05 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-02-19 17:59:05 +0800 |
commit | 2a431c51da02bab41cd0e00e2b3f60c128a89b2d (patch) | |
tree | a06ae3c994f2d670ab81ce308969e5089bb9ed5e /x11-toolkits | |
parent | be155de34bbf5024c0f9d5356cf1a2b15a5b6db0 (diff) | |
download | freebsd-ports-gnome-2a431c51da02bab41cd0e00e2b3f60c128a89b2d.tar.gz freebsd-ports-gnome-2a431c51da02bab41cd0e00e2b3f60c128a89b2d.tar.zst freebsd-ports-gnome-2a431c51da02bab41cd0e00e2b3f60c128a89b2d.zip |
BROKEN on 5.x: configure fails
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> |