set --with-inet6 as option, and bump PORTREVISION.
Submitted by: gen02@xtremedev.com
This commit is contained in:
parent
70e77fff1f
commit
100d9da329
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=59297
1 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue