aboutsummaryrefslogtreecommitdiff
path: root/devel/geany-plugins
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2013-06-02 15:13:14 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2013-06-02 15:13:14 +0000
commit27d450fa89a82ddcb7401b66416d6bf7c61ba7aa (patch)
tree8d61e705234e61d32b687a13daf8e6dd66e4b3a3 /devel/geany-plugins
parentedc3a04f5564609e55ac6d60f040bce12509a99e (diff)
downloadports-27d450fa89a82ddcb7401b66416d6bf7c61ba7aa.tar.gz
ports-27d450fa89a82ddcb7401b66416d6bf7c61ba7aa.zip
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
Notes
Notes: svn path=/head/; revision=319675
Diffstat (limited to 'devel/geany-plugins')
-rw-r--r--devel/geany-plugins/Makefile1
1 files changed, 1 insertions, 0 deletions
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"