diff options
author | bapt <bapt@FreeBSD.org> | 2013-05-03 01:31:21 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-05-03 01:31:21 +0800 |
commit | 231d9096d70314944d9016ae42adb7953a062592 (patch) | |
tree | 074d9cbac5832ac2b51ae1e79306ec7530176e17 /x11/xorg-apps | |
parent | fe819732a6b0a00e76a83d8283f9879f495b16a0 (diff) | |
download | freebsd-ports-gnome-231d9096d70314944d9016ae42adb7953a062592.tar.gz freebsd-ports-gnome-231d9096d70314944d9016ae42adb7953a062592.tar.zst freebsd-ports-gnome-231d9096d70314944d9016ae42adb7953a062592.zip |
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
Diffstat (limited to 'x11/xorg-apps')
-rw-r--r-- | x11/xorg-apps/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 \ |