svn commit: r317136 - head/x11/xorg-apps
Baptiste Daroussin
bapt at FreeBSD.org
Thu May 2 17:31:22 UTC 2013
Author: bapt
Date: Thu May 2 17:31:21 2013
New Revision: 317136
URL: http://svnweb.freebsd.org/changeset/ports/317136
Log:
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
Modified:
head/x11/xorg-apps/Makefile
Modified: head/x11/xorg-apps/Makefile
==============================================================================
--- head/x11/xorg-apps/Makefile Thu May 2 17:27:41 2013 (r317135)
+++ head/x11/xorg-apps/Makefile Thu May 2 17:31:21 2013 (r317136)
@@ -11,6 +11,8 @@ EXTRACT_ONLY= # none
MAINTAINER= x11 at 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 \
More information about the svn-ports-all
mailing list