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 | |
parent | e3973efe12e08b559621b3cf0d5226f01247fe6c (diff) | |
download | ports-7e999eddb110193ad099a2db2dc10810fb25452c.tar.gz ports-7e999eddb110193ad099a2db2dc10810fb25452c.zip |
Notes
Diffstat (limited to 'security')
-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) |