diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-19 09:59:50 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-19 09:59:50 +0000 |
commit | 6860050d06ce7baf68453d582da13fba37fda11a (patch) | |
tree | be8961152f45fa148959ef9eea3bcdae6376ed54 /lang/nhc98 | |
parent | fbbb5d782f2aa686eecbbbfbfd22718a73440178 (diff) | |
download | ports-6860050d06ce7baf68453d582da13fba37fda11a.tar.gz ports-6860050d06ce7baf68453d582da13fba37fda11a.zip |
Notes
Diffstat (limited to 'lang/nhc98')
-rw-r--r-- | lang/nhc98/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/nhc98/Makefile b/lang/nhc98/Makefile index 9ca4dc6f906b..c42889dc7f5c 100644 --- a/lang/nhc98/Makefile +++ b/lang/nhc98/Makefile @@ -25,6 +25,10 @@ USE_REINPLACE= yes .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 502102 +BROKEN= "Does not compile" +.endif + .if ${OSVERSION} >= 500000 BUILD_DEPENDS+= ghc-5.04.3:${PORTSDIR}/lang/ghc5 .endif |