diff options
author | oliver <oliver@FreeBSD.org> | 2008-08-28 01:39:26 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2008-08-28 01:39:26 +0800 |
commit | 7d788d9bd0a064c72cd9df8a579712316a2b417d (patch) | |
tree | 75d1576acb9c7b13e8945daaaebd895a34af3aad /security/oidentd | |
parent | c9d2d079adaa0013cfa8ec74aa68cc6a0cfefa16 (diff) | |
download | freebsd-ports-gnome-7d788d9bd0a064c72cd9df8a579712316a2b417d.tar.gz freebsd-ports-gnome-7d788d9bd0a064c72cd9df8a579712316a2b417d.tar.zst freebsd-ports-gnome-7d788d9bd0a064c72cd9df8a579712316a2b417d.zip |
allow using oidentd on CURRENT but nat support has to be disabled (remove BROKEN)
PR: ports/126676
Submitted by: "Anton E. Kartashev" <amokk@seb.org.ua>
Diffstat (limited to 'security/oidentd')
-rw-r--r-- | security/oidentd/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/security/oidentd/Makefile b/security/oidentd/Makefile index 0b01f930914c..82f27b56d551 100644 --- a/security/oidentd/Makefile +++ b/security/oidentd/Makefile @@ -28,17 +28,13 @@ OPTIONS= IPV6 "Enable IPv6 support" on \ .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 800000 -BROKEN= does not build -.endif - .if defined(WITHOUT_IPV6) CONFIGURE_ARGS+=--disable-ipv6 .else CATEGORIES+= ipv6 .endif -.if defined(WITHOUT_MASQ) +.if defined(WITHOUT_MASQ) || ${OSVERSION} >= 800000 CONFIGURE_ARGS+=--disable-masq .endif |