Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 May 2013 17:31:22 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r317136 - head/x11/xorg-apps
Message-ID:  <201305021731.r42HVML1047334@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305021731.r42HVML1047334>