aboutsummaryrefslogtreecommitdiffstats
path: root/devel/anjuta
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2004-03-22 12:16:37 +0800
committermarcus <marcus@FreeBSD.org>2004-03-22 12:16:37 +0800
commitb6b158c43ad1065363f44611e587442aae3053b7 (patch)
treefdf324218352846926e1744ab3659d8dc8dc0430 /devel/anjuta
parenta9fb96cb074553462981cdc0a78f86912c001dcf (diff)
downloadfreebsd-ports-gnome-b6b158c43ad1065363f44611e587442aae3053b7.tar.gz
freebsd-ports-gnome-b6b158c43ad1065363f44611e587442aae3053b7.tar.zst
freebsd-ports-gnome-b6b158c43ad1065363f44611e587442aae3053b7.zip
IGNORE this port on 5.X as it crashes when trying to build a project.
This port needs some work to get around all of the bugs, and I don't have the time to do that right now.
Diffstat (limited to 'devel/anjuta')
-rw-r--r--devel/anjuta/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/anjuta/Makefile b/devel/anjuta/Makefile
index d22ec8780e1d..e01a3dc477af 100644
--- a/devel/anjuta/Makefile
+++ b/devel/anjuta/Makefile
@@ -38,4 +38,10 @@ post-install:
.endfor
.endif
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 500000
+IGNORE= "Crashes when trying to build a project"
+.endif
+
+.include <bsd.port.post.mk>