svn commit: r386343 - head/devel/cpp-netlib

Ryan Steinmetz zi at FreeBSD.org
Thu May 14 16:04:19 UTC 2015


Author: zi
Date: Thu May 14 16:04:18 2015
New Revision: 386343
URL: https://svnweb.freebsd.org/changeset/ports/386343

Log:
  - Require FreeBSD 9.x or higher

Modified:
  head/devel/cpp-netlib/Makefile

Modified: head/devel/cpp-netlib/Makefile
==============================================================================
--- head/devel/cpp-netlib/Makefile	Thu May 14 16:03:26 2015	(r386342)
+++ head/devel/cpp-netlib/Makefile	Thu May 14 16:04:18 2015	(r386343)
@@ -19,4 +19,10 @@ USES=			cmake:outsource
 CMAKE_ARGS+=		-DCPP-NETLIB_BUILD_EXAMPLES=OFF
 USE_GITHUB=		yes
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 900000
+IGNORE=			requires FreeBSD 9.x or higher
+.endif
+
+.include <bsd.port.post.mk>


More information about the svn-ports-all mailing list