diff options
author | edwin <edwin@FreeBSD.org> | 2007-10-04 14:02:06 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-10-04 14:02:06 +0800 |
commit | 50ef8aeab64606f46790199997daf350fce5ea76 (patch) | |
tree | d8dd676e01f9fcfef951a72fa9db10a9508220bb /security/fwtk | |
parent | d92c67423df2ebda90ee2a58e20c374297252deb (diff) | |
download | freebsd-ports-gnome-50ef8aeab64606f46790199997daf350fce5ea76.tar.gz freebsd-ports-gnome-50ef8aeab64606f46790199997daf350fce5ea76.tar.zst freebsd-ports-gnome-50ef8aeab64606f46790199997daf350fce5ea76.zip |
Remove always-false/true conditions based on OSVERSION 500000
Diffstat (limited to 'security/fwtk')
-rw-r--r-- | security/fwtk/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/security/fwtk/Makefile b/security/fwtk/Makefile index 617358e8683e..8f72c34c3738 100644 --- a/security/fwtk/Makefile +++ b/security/fwtk/Makefile @@ -40,11 +40,9 @@ LIBEXEC_BINS= authsrv ftp-gw http-gw netacl plug-gw rlogin-gw smap smapd \ .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 500000 .if defined(WITH_SKEY) IGNORE= does not build on 5.x and above with WITH_SKEY set because it requires S/Key libraries and headers .endif -.endif .if !defined(WITHOUT_X11) MAN8+= x-gw.8 |