aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2010-05-18 02:47:42 +0800
committerpav <pav@FreeBSD.org>2010-05-18 02:47:42 +0800
commit8ba2c2fe101fe8beae45079236987db4b5019293 (patch)
tree1fffb7682888b1493968b89f67e81e027658932c /x11-toolkits
parent29850e2bd66b175d74a66e768624225f9bd7ddec (diff)
downloadfreebsd-ports-gnome-8ba2c2fe101fe8beae45079236987db4b5019293.tar.gz
freebsd-ports-gnome-8ba2c2fe101fe8beae45079236987db4b5019293.tar.zst
freebsd-ports-gnome-8ba2c2fe101fe8beae45079236987db4b5019293.zip
- Mark BROKEN on 6.x
Reported by: pointyhat
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/sakura/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/x11-toolkits/sakura/Makefile b/x11-toolkits/sakura/Makefile
index 14a7ab4f1994..1a59f2c71267 100644
--- a/x11-toolkits/sakura/Makefile
+++ b/x11-toolkits/sakura/Makefile
@@ -20,6 +20,12 @@ USE_CMAKE= yes
MAN1= sakura.1
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 700000
+BROKEN= does not compile
+.endif
+
post-patch:
@${REINPLACE_CMD} -e '/NOT MATCHES "Debug"/d ; \
/"-O2"/d ; \
@@ -32,4 +38,4 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/INSTALL ${DOCSDIR}
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>