diff options
author | obrien <obrien@FreeBSD.org> | 1999-06-23 14:26:55 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1999-06-23 14:26:55 +0800 |
commit | 09f9baef1d588c93977b552dab671bed914b9989 (patch) | |
tree | 2dafa53e8ab205c9fb303dc8c460ec23b472aeca /security/fwtk/files | |
parent | 0cad6540b166ffda5c3fafa71d31452d0b65934e (diff) | |
download | freebsd-ports-gnome-09f9baef1d588c93977b552dab671bed914b9989.tar.gz freebsd-ports-gnome-09f9baef1d588c93977b552dab671bed914b9989.tar.zst freebsd-ports-gnome-09f9baef1d588c93977b552dab671bed914b9989.zip |
Obey "NO_X11".
Submitted by: Phil Homewood <philh@mincom.com>
Diffstat (limited to 'security/fwtk/files')
-rw-r--r-- | security/fwtk/files/patch-az | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/security/fwtk/files/patch-az b/security/fwtk/files/patch-az new file mode 100644 index 000000000000..300906fb48ac --- /dev/null +++ b/security/fwtk/files/patch-az @@ -0,0 +1,15 @@ +--- 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: |