diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2002-05-17 07:32:54 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2002-05-17 07:32:54 +0000 |
commit | 100d9da329a669232754bfa2f083aa8b1e3936cd (patch) | |
tree | 0e1199fe41e348242f6f06b37cc03a13cb97568b /security | |
parent | 70e77fff1fe0ddbd4e2d7c099dcf3ca2fdec1023 (diff) | |
download | ports-100d9da329a669232754bfa2f083aa8b1e3936cd.tar.gz ports-100d9da329a669232754bfa2f083aa8b1e3936cd.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/xinetd/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/security/xinetd/Makefile b/security/xinetd/Makefile index 55ee47f19c17..15e1ba6c3c5e 100644 --- a/security/xinetd/Makefile +++ b/security/xinetd/Makefile @@ -7,6 +7,7 @@ PORTNAME= xinetd PORTVERSION= 2.3.4 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://www.xinetd.org/ @@ -15,7 +16,11 @@ MAINTAINER= vanilla@FreeBSD.org USE_GMAKE= yes GNU_CONFIGURE= yes ALL_TARGET= build -CONFIGURE_ARGS+= --with-loadavg --with-libwrap --with-inet6 +CONFIGURE_ARGS+= --with-loadavg --with-libwrap + +.if defined(WITH_INET6) +CONFIGURE_ARGS+= --with-inet6 +.endif MAN5= xinetd.conf.5 MAN8= xinetd.8 xinetd.log.8 |