diff options
author | kris <kris@FreeBSD.org> | 2004-02-19 17:59:50 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-02-19 17:59:50 +0800 |
commit | d1ea108d493c1292209e40250919e9b950cd9df9 (patch) | |
tree | 1a4d7a0090fc565fe192dbc89c80e17de1b1878c /devel/hs-buddha | |
parent | 2a431c51da02bab41cd0e00e2b3f60c128a89b2d (diff) | |
download | freebsd-ports-gnome-d1ea108d493c1292209e40250919e9b950cd9df9.tar.gz freebsd-ports-gnome-d1ea108d493c1292209e40250919e9b950cd9df9.tar.zst freebsd-ports-gnome-d1ea108d493c1292209e40250919e9b950cd9df9.zip |
BROKEN on 5.x: does not compile
Diffstat (limited to 'devel/hs-buddha')
-rw-r--r-- | devel/hs-buddha/Makefile | 8 |
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> |