aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorerwin <erwin@FreeBSD.org>2008-08-24 01:14:08 +0800
committererwin <erwin@FreeBSD.org>2008-08-24 01:14:08 +0800
commit9ae4c8785c2a78c41382860833f859071cb6ed65 (patch)
treef4d04c5402c8b37a379540dad21ef803779a298e /devel
parent2012a06d113b0eda8f0bfa940a24c0193cd4c29c (diff)
downloadfreebsd-ports-gnome-9ae4c8785c2a78c41382860833f859071cb6ed65.tar.gz
freebsd-ports-gnome-9ae4c8785c2a78c41382860833f859071cb6ed65.tar.zst
freebsd-ports-gnome-9ae4c8785c2a78c41382860833f859071cb6ed65.zip
Mark BROKEN on 8.x: does not build.
Diffstat (limited to 'devel')
-rw-r--r--devel/libg++/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/libg++/Makefile b/devel/libg++/Makefile
index e296a56ac566..698210379450 100644
--- a/devel/libg++/Makefile
+++ b/devel/libg++/Makefile
@@ -31,4 +31,10 @@ PLIST_SUB= GCC28SUBDIR=${GCC28DIR}
pre-configure:
@${CP} -p ${FILESDIR}/Makefile.libg++ ${WRKSRC}/Makefile
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 800000
+BROKEN= does not build
+.endif
+
+.include <bsd.port.post.mk>