1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/security/fwtk/files/patch-az
David E. O'Brien c07e8db0f6 Obey "NO_X11".
Submitted by:	Phil Homewood <philh@mincom.com>
1999-06-23 06:26:55 +00:00

16 lines
331 B
Plaintext

--- Makefile.orig Wed Jun 2 05:12:56 1999
+++ Makefile Wed Jun 2 05:18:17 1999
@@ -22,7 +22,11 @@
# directories to build executables in
-DIRS= smap smapd netacl plug-gw ftp-gw tn-gw rlogin-gw http-gw x-gw
+DIRS= smap smapd netacl plug-gw ftp-gw tn-gw rlogin-gw http-gw
+
+.if !defined(NO_X11)
+DIRS+= x-gw
+.endif
all: