From 231d9096d70314944d9016ae42adb7953a062592 Mon Sep 17 00:00:00 2001 From: bapt Date: Thu, 2 May 2013 17:31:21 +0000 Subject: Ports is using :U before any inclusion of bsd.port.mk so it needs to specify to bmake it needs: :U and :L to work the legacy make way --- x11/xorg-apps/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'x11') diff --git a/x11/xorg-apps/Makefile b/x11/xorg-apps/Makefile index 8967b43a0d28..a09c1f969afa 100644 --- a/x11/xorg-apps/Makefile +++ b/x11/xorg-apps/Makefile @@ -11,6 +11,8 @@ EXTRACT_ONLY= # none MAINTAINER= x11@FreeBSD.org COMMENT= X.org apps meta-port +.MAKE.FreeBSD_UL= yes + COMPONENTS= appres bitmap xf86dga:dga iceauth luit \ x11-fonts/mkfontdir:mkfontdir \ x11-fonts/mkfontscale:mkfontscale sessreg \ -- cgit