diff options
author | Xin LI <delphij@FreeBSD.org> | 2006-09-18 13:23:59 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2006-09-18 13:23:59 +0000 |
commit | 01a7f31241deb199438d34f8c4fbb3af325a4bb3 (patch) | |
tree | f9066df89924e846d94fd9f2730517aca520249e /security/fwtk | |
parent | 19cbb974d66223ff5966864f8ad3e24b1ab19490 (diff) | |
download | ports-01a7f31241deb199438d34f8c4fbb3af325a4bb3.tar.gz ports-01a7f31241deb199438d34f8c4fbb3af325a4bb3.zip |
Notes
Diffstat (limited to 'security/fwtk')
-rw-r--r-- | security/fwtk/Makefile | 3 | ||||
-rw-r--r-- | security/fwtk/pkg-plist | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/security/fwtk/Makefile b/security/fwtk/Makefile index 205876a5d2a9..291eb04f07c5 100644 --- a/security/fwtk/Makefile +++ b/security/fwtk/Makefile @@ -50,6 +50,9 @@ IGNORE= does not build on 5.x and above with WITH_SKEY set because it requires MAN8+= x-gw.8 LIBEXEC_BINS+= x-gw USE_XLIB= yes +PLIST_SUB+= X11="" +.else +PLIST_SUB+= X11="@comment " .endif .if defined(WITH_JUMBO_PATCH) diff --git a/security/fwtk/pkg-plist b/security/fwtk/pkg-plist index 3c73fc9fbe12..7c956f7a0b5a 100644 --- a/security/fwtk/pkg-plist +++ b/security/fwtk/pkg-plist @@ -9,7 +9,7 @@ libexec/rlogin-gw libexec/smap libexec/smapd libexec/tn-gw -libexec/x-gw +%%X11%%libexec/x-gw sbin/authdump sbin/authload sbin/authmgr |