svn commit: r322506 - head/Mk/Uses
Baptiste Daroussin
bapt at FreeBSD.org
Mon Jul 8 13:43:39 UTC 2013
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 \
More information about the svn-ports-head
mailing list