aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/hs-gtk+hs
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-02-22 14:44:13 +0800
committerkris <kris@FreeBSD.org>2004-02-22 14:44:13 +0800
commit8258f28607c5820fedc1033d7afa93c03334c195 (patch)
tree0b187f497a8bdda5b58a2241c1a6d0be11b9c9ba /x11-toolkits/hs-gtk+hs
parent215febf76d4d0610396d06b58e7d88611a3d2a8c (diff)
downloadfreebsd-ports-gnome-8258f28607c5820fedc1033d7afa93c03334c195.tar.gz
freebsd-ports-gnome-8258f28607c5820fedc1033d7afa93c03334c195.tar.zst
freebsd-ports-gnome-8258f28607c5820fedc1033d7afa93c03334c195.zip
This is broken on 4.x as well.
Diffstat (limited to 'x11-toolkits/hs-gtk+hs')
-rw-r--r--x11-toolkits/hs-gtk+hs/Makefile10
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>