diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2008-08-27 17:39:26 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2008-08-27 17:39:26 +0000 |
commit | 0a362b38375f08e02d93da6743195710b24b4b15 (patch) | |
tree | e842ab0ae51ed230ab4645a1b67310c3e0017dbf /security/oidentd | |
parent | bcd29b43e520c61bbc2225173950d7c426d4c613 (diff) | |
download | ports-0a362b38375f08e02d93da6743195710b24b4b15.tar.gz ports-0a362b38375f08e02d93da6743195710b24b4b15.zip |
Notes
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 |