Date: Mon, 8 Jul 2013 13:43:38 +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: r322506 - head/Mk/Uses Message-ID: <201307081343.r68DhceS085614@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Mon Jul 8 13:43:38 2013 New Revision: 322506 URL: http://svnweb.freebsd.org/changeset/ports/322506 Log: Remove target name restriction on USES=display To allow to activate display on any targets Modified: head/Mk/Uses/display.mk Modified: head/Mk/Uses/display.mk ============================================================================== --- head/Mk/Uses/display.mk Mon Jul 8 13:36:31 2013 (r322505) +++ head/Mk/Uses/display.mk Mon Jul 8 13:43:38 2013 (r322506) @@ -4,7 +4,7 @@ # # Feature: display # Usage: USES=display or USES=display:ARGS -# Valid ARGS: install (default, implicit), build +# Valid ARGS: install (default, implicit), any target # # Except the target where the DISPLAY is needed # @@ -13,9 +13,6 @@ _INCLUDE_USES_DISPLAY_MK= yes display_ARGS?= install -.if ${display_ARGS} != build && ${display_ARGS} != install -IGNORE= USES=display can only take 'build', 'install' and none -.endif .if !defined(DISPLAY) BUILD_DEPENDS+= Xvfb:${PORTSDIR}/x11-servers/xorg-vfbserver \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307081343.r68DhceS085614>