svn commit: r319675 - in head: devel/geany-plugins graphics/kipi-plugins-kde4
Tijl Coosemans
tijl at FreeBSD.org
Sun Jun 2 15:13:15 UTC 2013
Author: tijl
Date: Sun Jun 2 15:13:14 2013
New Revision: 319675
URL: http://svnweb.freebsd.org/changeset/ports/319675
Log:
Set .MAKE.FreeBSD_UL=yes to support bmake. It is already set in
bsd.port.mk, but these ports use :U and/or :L variable modifiers in
a .for loop which is expanded before bsd.port.mk is included.
Reviewed by: makc
Modified:
head/devel/geany-plugins/Makefile
head/graphics/kipi-plugins-kde4/Makefile
Modified: head/devel/geany-plugins/Makefile
==============================================================================
--- head/devel/geany-plugins/Makefile Sun Jun 2 15:11:22 2013 (r319674)
+++ head/devel/geany-plugins/Makefile Sun Jun 2 15:13:14 2013 (r319675)
@@ -9,6 +9,7 @@ DISTFILES= # none
MAINTAINER= makc at FreeBSD.org
COMMENT= Geany plugins (meta port)
+.MAKE.FreeBSD_UL= yes
NO_BUILD= yes
.include "${.CURDIR}/files/bsd.geany-plugins.mk"
Modified: head/graphics/kipi-plugins-kde4/Makefile
==============================================================================
--- head/graphics/kipi-plugins-kde4/Makefile Sun Jun 2 15:11:22 2013 (r319674)
+++ head/graphics/kipi-plugins-kde4/Makefile Sun Jun 2 15:13:14 2013 (r319675)
@@ -9,6 +9,7 @@ DISTFILES= #
MAINTAINER= kde at FreeBSD.org
COMMENT= KDE 4 kipi graphics plugins (meta port)
+.MAKE.FreeBSD_UL= yes
LATEST_LINK= ${PORTNAME}-kde4
NO_BUILD= yes
More information about the svn-ports-head
mailing list