diff options
Diffstat (limited to 'security/fwtk')
-rw-r--r-- | security/fwtk/Makefile | 2 | ||||
-rw-r--r-- | security/fwtk/files/patch-az | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/security/fwtk/Makefile b/security/fwtk/Makefile index d0384b21e89a..5cda928d70f9 100644 --- a/security/fwtk/Makefile +++ b/security/fwtk/Makefile @@ -31,7 +31,7 @@ SBIN_BINS= authdump authload authmgr LIBEXEC_BINS= authsrv ftp-gw http-gw netacl plug-gw rlogin-gw smap smapd \ tn-gw -.if !defined(NO_X11) +.if !defined(WITHOUT_X11) LIBEXEC_BINS+= x-gw MAN8+= x-gw.8 .endif diff --git a/security/fwtk/files/patch-az b/security/fwtk/files/patch-az index 300906fb48ac..c2ff156b76cb 100644 --- a/security/fwtk/files/patch-az +++ b/security/fwtk/files/patch-az @@ -7,7 +7,7 @@ -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) ++.if !defined(WITHOUT_X11) +DIRS+= x-gw +.endif |