aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-buddha
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-02-19 09:59:50 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-02-19 09:59:50 +0000
commit6860050d06ce7baf68453d582da13fba37fda11a (patch)
treebe8961152f45fa148959ef9eea3bcdae6376ed54 /devel/hs-buddha
parentfbbb5d782f2aa686eecbbbfbfd22718a73440178 (diff)
Notes
Diffstat (limited to 'devel/hs-buddha')
-rw-r--r--devel/hs-buddha/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/hs-buddha/Makefile b/devel/hs-buddha/Makefile
index e2ec95ec1630..5d517b876039 100644
--- a/devel/hs-buddha/Makefile
+++ b/devel/hs-buddha/Makefile
@@ -27,6 +27,12 @@ USE_GMAKE= yes
PLIST_SUB+= BUDDHA_VERSION=${PORTVERSION:S/.r/-rc/}
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 502102
+BROKEN= "Does not compile"
+.endif
+
pre-everything::
@${ECHO_CMD} ""
@${ECHO_CMD} "You need the profiling versions of GHC's libraries to build buddha."
@@ -40,4 +46,4 @@ post-patch:
pre-build:
@(cd ${WRKSRC} && ${GMAKE} depend)
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>