aboutsummaryrefslogtreecommitdiffstats
path: root/security/xinetd
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2002-05-17 15:32:54 +0800
committervanilla <vanilla@FreeBSD.org>2002-05-17 15:32:54 +0800
commit225b58d702120622659cc7c70e34eb0a4110f960 (patch)
treedd4144273c29121404403fb52d00165cf45cd99c /security/xinetd
parentbfd6b9f3e606a247b70655a58ee3d43f6d40f961 (diff)
downloadfreebsd-ports-gnome-225b58d702120622659cc7c70e34eb0a4110f960.tar.gz
freebsd-ports-gnome-225b58d702120622659cc7c70e34eb0a4110f960.tar.zst
freebsd-ports-gnome-225b58d702120622659cc7c70e34eb0a4110f960.zip
set --with-inet6 as option, and bump PORTREVISION.
Submitted by: gen02@xtremedev.com
Diffstat (limited to 'security/xinetd')
-rw-r--r--security/xinetd/Makefile7
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