aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/libGL
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-05-03 21:11:44 +0800
committerbapt <bapt@FreeBSD.org>2013-05-03 21:11:44 +0800
commit41692b6e72186a05504ba06894fe7c5bb89b32a2 (patch)
tree74a1cf658e036d5dddf380eefe96e18747ecd666 /graphics/libGL
parentdbc9922d3e34a0298eb98e1b4fefbd05f9859aff (diff)
downloadfreebsd-ports-gnome-41692b6e72186a05504ba06894fe7c5bb89b32a2.tar.gz
freebsd-ports-gnome-41692b6e72186a05504ba06894fe7c5bb89b32a2.tar.zst
freebsd-ports-gnome-41692b6e72186a05504ba06894fe7c5bb89b32a2.zip
Make sure bmake respect :U and :L as it used to work in make(1)
Diffstat (limited to 'graphics/libGL')
-rw-r--r--graphics/libGL/bsd.mesalib.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/libGL/bsd.mesalib.mk b/graphics/libGL/bsd.mesalib.mk
index ce264ad5dc8e..d163e5a7dae7 100644
--- a/graphics/libGL/bsd.mesalib.mk
+++ b/graphics/libGL/bsd.mesalib.mk
@@ -17,6 +17,8 @@
# $FreeBSD$
#
+.MAKE.FreeBSD_UL= yes
+
MESAVERSION= ${MESABASEVERSION}${MESASUBVERSION:C/^(.)/.\1/}
MESADISTVERSION=${MESABASEVERSION}${MESASUBVERSION:C/^(.)/-\1/}