diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-22 06:44:13 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-22 06:44:13 +0000 |
commit | 6606b573a5ec642b7bf10f99056cd579f5ffa728 (patch) | |
tree | f17bddda5540a8d4bd2ec18abf765a684ba246b5 /x11-toolkits | |
parent | 451cdd413de8b517012b72f0e758976bff4dfe89 (diff) | |
download | ports-6606b573a5ec642b7bf10f99056cd579f5ffa728.tar.gz ports-6606b573a5ec642b7bf10f99056cd579f5ffa728.zip |
This is broken on 4.x as well.
Notes
Notes:
svn path=/head/; revision=101693
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/hs-gtk+hs/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/x11-toolkits/hs-gtk+hs/Makefile b/x11-toolkits/hs-gtk+hs/Makefile index 47e11414a6ec..59831f6b5e28 100644 --- a/x11-toolkits/hs-gtk+hs/Makefile +++ b/x11-toolkits/hs-gtk+hs/Makefile @@ -23,6 +23,8 @@ RUN_DEPENDS= ghc-5.04.3:${PORTSDIR}/lang/ghc5 \ RUN_DEPENDS+= ports-config:${PORTSDIR}/devel/hs-hpl .endif +BROKEN= "Configure fails" + USE_SIZE= yes USE_GNOME= glib12 gtk12 USE_REINPLACE= yes @@ -37,12 +39,6 @@ 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." @@ -53,4 +49,4 @@ post-patch: s/glib-config/glib12-config/g' ${WRKSRC}/configure @${RM} -f ${PREFIX}/lib/ghc-${GHC_VERSION}/package.conf.old -.include <bsd.port.post.mk> +.include <bsd.port.mk> |