svn commit: r350068 - head/Mk
Baptiste Daroussin
bapt at FreeBSD.org
Fri Apr 4 08:53:01 UTC 2014
Author: bapt
Date: Fri Apr 4 08:53:00 2014
New Revision: 350068
URL: http://svnweb.freebsd.org/changeset/ports/350068
QAT: https://qat.redports.org/buildarchive/r350068/
Log:
Fix bmake detection logic
Modified:
head/Mk/bsd.port.mk
Modified: head/Mk/bsd.port.mk
==============================================================================
--- head/Mk/bsd.port.mk Fri Apr 4 08:49:25 2014 (r350067)
+++ head/Mk/bsd.port.mk Fri Apr 4 08:53:00 2014 (r350068)
@@ -1136,7 +1136,7 @@ NOTPHONY?=
.if defined(NO_STAGE)
IGNORE= Cross building is only compatible with stagified ports
.endif
-.if defined(.PARSEDIR)
+.if !defined(.PARSEDIR)
IGNORE= Cross building can only be done when using bmake(1) as make(1)
.endif
BUILD_DEPENDS= ${X_BUILD_FOR}-cc:${PORTSDIR}/devel/${X_BUILD_FOR}-xdev
More information about the svn-ports-head
mailing list