diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-08 13:43:38 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-08 13:43:38 +0000 |
commit | 7ab85fc3091a92f4dfd9a4225eb00d6310087161 (patch) | |
tree | 71c4945107668cbbdf0a2d4d91261b0c29085a4c /Mk | |
parent | faf5f87202cf69c5bf5e8d97040941a001649777 (diff) | |
download | ports-7ab85fc3091a92f4dfd9a4225eb00d6310087161.tar.gz ports-7ab85fc3091a92f4dfd9a4225eb00d6310087161.zip |
Notes
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/Uses/display.mk | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Mk/Uses/display.mk b/Mk/Uses/display.mk index 97861b26fe5f..2d8d29dc0166 100644 --- a/Mk/Uses/display.mk +++ b/Mk/Uses/display.mk @@ -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 \ |