svn commit: r373967 - head/devel/urjtag
Dmitry Marakasov
amdmi3 at FreeBSD.org
Thu Dec 4 16:04:41 UTC 2014
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
More information about the svn-ports-all
mailing list