aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-hat
diff options
context:
space:
mode:
authorOliver Braun <obraun@FreeBSD.org>2002-11-21 22:03:48 +0000
committerOliver Braun <obraun@FreeBSD.org>2002-11-21 22:03:48 +0000
commitd7b0d4fdbcabcef2f88e959499cba74d864c3814 (patch)
tree506551cb6f2e2fcf092a384ac5dc2a6648c56628 /devel/hs-hat
parent88bedcfc2cb015f6bc8356c6f4eafd21b8c6f152 (diff)
downloadports-d7b0d4fdbcabcef2f88e959499cba74d864c3814.tar.gz
ports-d7b0d4fdbcabcef2f88e959499cba74d864c3814.zip
Notes
Diffstat (limited to 'devel/hs-hat')
-rw-r--r--devel/hs-hat/Makefile11
1 files changed, 9 insertions, 2 deletions
diff --git a/devel/hs-hat/Makefile b/devel/hs-hat/Makefile
index ac76b09279dd..36051af3a0d4 100644
--- a/devel/hs-hat/Makefile
+++ b/devel/hs-hat/Makefile
@@ -14,7 +14,7 @@ PKGNAMEPREFIX= hs-
MAINTAINER= obraun@FreeBSD.org
.if defined(WITHOUT_NHC98)
-FORBIDDEN= does not build with ghc-5.04 for the time being
+BROKEN= does not build with ghc-5.04 for the time being
.endif
.if defined(WITH_GHC)
@@ -38,6 +38,13 @@ HAS_CONFIGURE= yes
USE_REINPLACE= yes
USE_GNOMENG= yes
USE_GNOME= glib12
+
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 500000
+BROKEN= does not build with gcc3x
+.endif
+
.if !defined(WITH_GHC) || defined(WITHOUT_NHC98)
ALL_TARGET= hat
.endif
@@ -94,4 +101,4 @@ post-install:
.endfor
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>