diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2008-03-28 16:20:52 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2008-03-28 16:20:52 +0000 |
commit | 7e999eddb110193ad099a2db2dc10810fb25452c (patch) | |
tree | 8498886e506e4eb6458cf6ca2ab7c6fcff3982bb /security/fwtk | |
parent | e3973efe12e08b559621b3cf0d5226f01247fe6c (diff) |
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)
Notes
Notes:
svn path=/head/; revision=210023
Diffstat (limited to 'security/fwtk')
-rw-r--r-- | security/fwtk/Makefile | 1 |
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) |