svn commit: r321968 - head/Mk
Baptiste Daroussin
bapt at FreeBSD.org
Fri Jun 28 18:11:53 UTC 2013
Author: bapt
Date: Fri Jun 28 18:11:52 2013
New Revision: 321968
URL: http://svnweb.freebsd.org/changeset/ports/321968
Log:
There are still some USE_IMAKE in the ports tree, add a stub to make them continue working until USE_IMAKE is totally goone
Modified:
head/Mk/bsd.port.mk
Modified: head/Mk/bsd.port.mk
==============================================================================
--- head/Mk/bsd.port.mk Fri Jun 28 16:53:57 2013 (r321967)
+++ head/Mk/bsd.port.mk Fri Jun 28 18:11:52 2013 (r321968)
@@ -1504,6 +1504,10 @@ PKGCOMPATDIR?= ${LOCALBASE}/lib/compat/
.include "${PORTSDIR}/Mk/bsd.pbi.mk"
+.if defined(USE_IMAKE)
+USES+= imake
+.endif
+
# Loading features
.for f in ${USES}
_f=${f:C/\:.*//g}
More information about the svn-ports-all
mailing list