diff options
author | Koop Mast <kwm@FreeBSD.org> | 2013-01-07 13:14:45 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2013-01-07 13:14:45 +0000 |
commit | d1a849f17a90f5e30f1026256ff58dbaa4acd732 (patch) | |
tree | e492ed7812c63015a56d5a17e616d6d93950f910 | |
parent | - Change OPTIONS to new format. (diff) |
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
-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 |