svn commit: r388670 - branches/2015Q2/misc/xiphos
Thomas Abthorpe
tabthorpe at FreeBSD.org
Sat Jun 6 16:49:45 UTC 2015
Author: tabthorpe
Date: Sat Jun 6 16:49:44 2015
New Revision: 388670
URL: https://svnweb.freebsd.org/changeset/ports/388670
Log:
MFH: r388668
- Mark as BROKEN < 10.X
Approved by: portmgr (erwin)
Modified:
branches/2015Q2/misc/xiphos/Makefile
Directory Properties:
branches/2015Q2/ (props changed)
Modified: branches/2015Q2/misc/xiphos/Makefile
==============================================================================
--- branches/2015Q2/misc/xiphos/Makefile Sat Jun 6 16:41:53 2015 (r388669)
+++ branches/2015Q2/misc/xiphos/Makefile Sat Jun 6 16:49:44 2015 (r388670)
@@ -39,4 +39,10 @@ do-install:
@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ./waf install --prefix=${PREFIX} --destdir=${STAGEDIR}
@${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