diff options
author | Oliver Braun <obraun@FreeBSD.org> | 2002-11-21 22:03:48 +0000 |
---|---|---|
committer | Oliver Braun <obraun@FreeBSD.org> | 2002-11-21 22:03:48 +0000 |
commit | d7b0d4fdbcabcef2f88e959499cba74d864c3814 (patch) | |
tree | 506551cb6f2e2fcf092a384ac5dc2a6648c56628 | |
parent | openssh-gssapi-3.5p1 is marked as broken (diff) |
* 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.
Notes
Notes:
svn path=/head/; revision=70720
-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> |