aboutsummaryrefslogtreecommitdiff
path: root/x11/xorg-apps
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2013-01-07 13:14:45 +0000
committerKoop Mast <kwm@FreeBSD.org>2013-01-07 13:14:45 +0000
commitd1a849f17a90f5e30f1026256ff58dbaa4acd732 (patch)
treee492ed7812c63015a56d5a17e616d6d93950f910 /x11/xorg-apps
parenta2155147fbf8a0f442d28dfb067cc4bc879d08ef (diff)
downloadports-d1a849f17a90f5e30f1026256ff58dbaa4acd732.tar.gz
ports-d1a849f17a90f5e30f1026256ff58dbaa4acd732.zip
Fix run_depend to actualy include apps
PR: ports/175076 Submitted by: Harry Matthiesen Jensen <hmj@elgert.dk>
Notes
Notes: svn path=/head/; revision=310043
Diffstat (limited to 'x11/xorg-apps')
-rw-r--r--x11/xorg-apps/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/xorg-apps/Makefile b/x11/xorg-apps/Makefile
index 8a65207e42e3..8b5cbf5bee10 100644
--- a/x11/xorg-apps/Makefile
+++ b/x11/xorg-apps/Makefile
@@ -38,7 +38,7 @@ ${comp:C/:.*//:C/.*\///:U}_DESC= Install ${comp:C/:.*//:C/.*\///} application
.include <bsd.port.options.mk>
.for comp in ${COMPONENTS}
-. if ! ${PORT_OPTIONS:M${comp:C/:.*//:C/.*\///:U}}
+. if ${PORT_OPTIONS:M${comp:C/:.*//:C/.*\///:U}}
. if ${comp:M:}==""
port=${comp}
check=${comp:C/.*\///} # doesn't work