diff options
author | Jeremy Lea <reg@FreeBSD.org> | 2000-04-17 00:19:02 +0000 |
---|---|---|
committer | Jeremy Lea <reg@FreeBSD.org> | 2000-04-17 00:19:02 +0000 |
commit | b4455771cced2fe9f134e751fe88dbba7226e694 (patch) | |
tree | 39733bef5e1d466d30938b5a47f0b46a7b6890b4 /security/fwtk/files | |
parent | Standardize all user defined options to the booleans WITH_FOO and (diff) |
Standardize all user defined options to the booleans WITH_FOO and
WITHOUT_FOO. Begin the process of reserving these prefixes for user defined
options.
No comment by: ports
Diffstat (limited to 'security/fwtk/files')
-rw-r--r-- | security/fwtk/files/patch-az | 2 |
1 files changed, 1 insertions, 1 deletions
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 |