svn commit: r401817 - head/devel/py-libzfs

William Grzybowski wg at FreeBSD.org
Tue Nov 17 15:30:05 UTC 2015


Author: wg
Date: Tue Nov 17 15:30:03 2015
New Revision: 401817
URL: https://svnweb.freebsd.org/changeset/ports/401817

Log:
  devel/py-libzfs: at least 10.2 is required for this port

Modified:
  head/devel/py-libzfs/Makefile

Modified: head/devel/py-libzfs/Makefile
==============================================================================
--- head/devel/py-libzfs/Makefile	Tue Nov 17 15:17:01 2015	(r401816)
+++ head/devel/py-libzfs/Makefile	Tue Nov 17 15:30:03 2015	(r401817)
@@ -34,8 +34,8 @@ RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}enu
 IGNORE=	requires kernel source files in ${SRC_BASE}
 .endif
 
-.if ${OPSYS} == FreeBSD && ${OSVERSION} <= 1000000
-IGNORE=	This module requires at least FreeBSD 10
+.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1002000
+IGNORE=	This module requires at least FreeBSD 10.2
 .endif
 
 .include <bsd.port.post.mk>


More information about the svn-ports-all mailing list