aboutsummaryrefslogtreecommitdiff
path: root/security/oidentd
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2008-08-27 17:39:26 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2008-08-27 17:39:26 +0000
commit0a362b38375f08e02d93da6743195710b24b4b15 (patch)
treee842ab0ae51ed230ab4645a1b67310c3e0017dbf /security/oidentd
parentbcd29b43e520c61bbc2225173950d7c426d4c613 (diff)
downloadports-0a362b38375f08e02d93da6743195710b24b4b15.tar.gz
ports-0a362b38375f08e02d93da6743195710b24b4b15.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>
Notes
Notes: svn path=/head/; revision=219331
Diffstat (limited to 'security/oidentd')
-rw-r--r--security/oidentd/Makefile6
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