Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Jun 2015 16:49:44 +0000 (UTC)
From:      Thomas Abthorpe <tabthorpe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r388670 - branches/2015Q2/misc/xiphos
Message-ID:  <201506061649.t56Gnihm041779@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506061649.t56Gnihm041779>