aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorkwm <kwm@FreeBSD.org>2013-01-07 21:14:45 +0800
committerkwm <kwm@FreeBSD.org>2013-01-07 21:14:45 +0800
commit49d7c164013ad3c703f1ae2026e01811ed6e3598 (patch)
treee492ed7812c63015a56d5a17e616d6d93950f910 /x11
parent48fce6a5d2278d3955506cea6f29bad72f44ca7e (diff)
downloadfreebsd-ports-gnome-49d7c164013ad3c703f1ae2026e01811ed6e3598.tar.gz
freebsd-ports-gnome-49d7c164013ad3c703f1ae2026e01811ed6e3598.tar.zst
freebsd-ports-gnome-49d7c164013ad3c703f1ae2026e01811ed6e3598.zip
Fix run_depend to actualy include apps
PR: ports/175076 Submitted by: Harry Matthiesen Jensen <hmj@elgert.dk>
Diffstat (limited to 'x11')
-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