Date: Wed, 6 Apr 2016 15:39:09 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412627 - head/devel/cvs2svn Message-ID: <201604061539.u36Fd9CV086588@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Wed Apr 6 15:39:08 2016 New Revision: 412627 URL: https://svnweb.freebsd.org/changeset/ports/412627 Log: devel/cvs2svn: Use OPSYS with OSVERSION Approved by: OSVERSION use blanket Modified: head/devel/cvs2svn/Makefile Modified: head/devel/cvs2svn/Makefile ============================================================================== --- head/devel/cvs2svn/Makefile Wed Apr 6 15:29:26 2016 (r412626) +++ head/devel/cvs2svn/Makefile Wed Apr 6 15:39:08 2016 (r412627) @@ -41,7 +41,7 @@ BAZAAR_RUN_DEPENDS= ${LOCALBASE}/bin/bzr .include <bsd.port.options.mk> -.if ${OSVERSION} > 1000000 +.if ${OPSYS} == FreeBSD && ${OSVERSION} > 1000000 RUN_DEPENDS+= cvs:devel/cvs .endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604061539.u36Fd9CV086588>