Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Dec 2014 16:04:40 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r373967 - head/devel/urjtag
Message-ID:  <201412041604.sB4G4eLw098350@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Dec  4 16:04:40 2014
New Revision: 373967
URL: https://svnweb.freebsd.org/changeset/ports/373967
QAT: https://qat.redports.org/buildarchive/r373967/

Log:
  - Check OPSYS along with OSVERSION

Modified:
  head/devel/urjtag/Makefile

Modified: head/devel/urjtag/Makefile
==============================================================================
--- head/devel/urjtag/Makefile	Thu Dec  4 16:04:25 2014	(r373966)
+++ head/devel/urjtag/Makefile	Thu Dec  4 16:04:40 2014	(r373967)
@@ -41,7 +41,7 @@ USB_CONFIGURE_ON=	--with-libusb=/usr
 
 .include <bsd.port.pre.mk>
 
-.if ${OSVERSION} < 1000033
+.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000033
 BUILD_DEPENDS+=	flex>0:${PORTSDIR}/textproc/flex
 CONFIGURE_ENV+=	LEX=${LOCALBASE}/bin/flex
 .endif



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