aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorbsam <bsam@FreeBSD.org>2008-03-29 00:20:52 +0800
committerbsam <bsam@FreeBSD.org>2008-03-29 00:20:52 +0800
commitb83f02f2ff2ff631ddfafe5d077e06b8838d738e (patch)
tree825706a9d34daed9803f9cf94869e94391975e8f /security
parent35f69cfaa38fa736c68744c3ace88ad01a8f4508 (diff)
downloadfreebsd-ports-gnome-b83f02f2ff2ff631ddfafe5d077e06b8838d738e.tar.gz
freebsd-ports-gnome-b83f02f2ff2ff631ddfafe5d077e06b8838d738e.tar.zst
freebsd-ports-gnome-b83f02f2ff2ff631ddfafe5d077e06b8838d738e.zip
Actually build without x11 if WITHOUT_X11 is defined.
PR: 121887 Submitted by: Christoph Weber-Fahr <wefa ta tnd37.tnd.arcor.net> Approved by: pirzyk (maintainer)
Diffstat (limited to 'security')
-rw-r--r--security/fwtk/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/security/fwtk/Makefile b/security/fwtk/Makefile
index 8f72c34c3738..ba9e1f0af68d 100644
--- a/security/fwtk/Makefile
+++ b/security/fwtk/Makefile
@@ -51,6 +51,7 @@ USE_XLIB= yes
PLIST_SUB+= X11=""
.else
PLIST_SUB+= X11="@comment "
+.MAKEFLAGS+= -DWITHOUT_X11
.endif
.if defined(WITH_JUMBO_PATCH)