Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Jun 2013 15:13:15 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r319675 - in head: devel/geany-plugins graphics/kipi-plugins-kde4
Message-ID:  <201306021513.r52FDFsP020617@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@FreeBSD.org
 COMMENT=	KDE 4 kipi graphics plugins (meta port)
 
+.MAKE.FreeBSD_UL=	yes
 LATEST_LINK=	${PORTNAME}-kde4
 
 NO_BUILD=	yes



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