diff options
author | kwm <kwm@FreeBSD.org> | 2013-01-07 21:14:45 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2013-01-07 21:14:45 +0800 |
commit | 49d7c164013ad3c703f1ae2026e01811ed6e3598 (patch) | |
tree | e492ed7812c63015a56d5a17e616d6d93950f910 /x11/xorg-apps | |
parent | 48fce6a5d2278d3955506cea6f29bad72f44ca7e (diff) | |
download | freebsd-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/xorg-apps')
-rw-r--r-- | x11/xorg-apps/Makefile | 2 |
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 |