Date: Sat, 6 Jun 2015 15:47:33 +0000 (UTC) From: Thomas Abthorpe <tabthorpe@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388668 - head/misc/xiphos Message-ID: <201506061547.t56FlXLD011149@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506061547.t56FlXLD011149>