From 27d450fa89a82ddcb7401b66416d6bf7c61ba7aa Mon Sep 17 00:00:00 2001 From: Tijl Coosemans Date: Sun, 2 Jun 2013 15:13:14 +0000 Subject: 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 --- devel/geany-plugins/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'devel/geany-plugins') diff --git a/devel/geany-plugins/Makefile b/devel/geany-plugins/Makefile index 9998ee24759c..42865aaeb283 100644 --- a/devel/geany-plugins/Makefile +++ b/devel/geany-plugins/Makefile @@ -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" -- cgit v1.2.3