From 100d9da329a669232754bfa2f083aa8b1e3936cd Mon Sep 17 00:00:00 2001 From: "Vanilla I. Shu" Date: Fri, 17 May 2002 07:32:54 +0000 Subject: set --with-inet6 as option, and bump PORTREVISION. Submitted by: gen02@xtremedev.com --- security/xinetd/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'security') 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 -- cgit v1.2.3