diff options
author | obraun <obraun@FreeBSD.org> | 2002-11-22 06:03:48 +0800 |
---|---|---|
committer | obraun <obraun@FreeBSD.org> | 2002-11-22 06:03:48 +0800 |
commit | 2eae5aba30a0fcded470ef0fd54df7af4ab256bd (patch) | |
tree | feefc837ad4bf3ba0fb04a3031ddf6ff234f9a20 /devel | |
parent | b24af21fdc89273cbe1188bd435b0dc62aeff508 (diff) | |
download | freebsd-ports-gnome-2eae5aba30a0fcded470ef0fd54df7af4ab256bd.tar.gz freebsd-ports-gnome-2eae5aba30a0fcded470ef0fd54df7af4ab256bd.tar.zst freebsd-ports-gnome-2eae5aba30a0fcded470ef0fd54df7af4ab256bd.zip |
* Mark broken on -current, since it does not build with gcc3x and the
lang/gcc295 is broken on -current.
* s/FORBIDDEN/BROKEN/ for building with ghc.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/hs-hat/Makefile | 11 |
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> |