svn commit: r388668 - head/misc/xiphos
Thomas Abthorpe
tabthorpe at FreeBSD.org
Sat Jun 6 15:47:33 UTC 2015
Author: tabthorpe
Date: Sat Jun 6 15:47:32 2015
New Revision: 388668
URL: https://svnweb.freebsd.org/changeset/ports/388668
Log:
- Mark as BROKEN < 10.X
MFH: 2015Q2
Modified:
head/misc/xiphos/Makefile
Modified: head/misc/xiphos/Makefile
==============================================================================
--- head/misc/xiphos/Makefile Sat Jun 6 14:24:46 2015 (r388667)
+++ head/misc/xiphos/Makefile Sat Jun 6 15:47:32 2015 (r388668)
@@ -30,4 +30,10 @@ OPTIONS_DEFINE= DOCS
post-install:
@${RM} ${STAGEDIR}${PREFIX}/share/icons/hicolor/icon-theme.cache
+.include <bsd.port.options.mk>
+
+.if ${OSVERSION} < 1000000
+BROKEN= Does not build on FreeBSD < 10.X
+.endif
+
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list