diff options
Diffstat (limited to 'x11')
-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 |