1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00

Fix IPV6 option

Bump portrevision
This commit is contained in:
Baptiste Daroussin 2016-04-09 23:12:39 +00:00
parent 207a36cb78
commit 41448513d1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=412874
2 changed files with 2 additions and 2 deletions

View File

@ -2,6 +2,7 @@
# $FreeBSD$
PORTNAME= zabbix2
PORTREVISION= 1
PKGNAMESUFFIX= -agent
CATEGORIES= net-mgmt
@ -12,5 +13,4 @@ PLIST= ${PKGDIR}/pkg-plist.agent
OPTIONS_DEFINE= IPV6
OPTIONS_DEFAULT= IPV6
.include <bsd.port.options.mk>
.include "${MASTERDIR}/Makefile"

View File

@ -2,6 +2,7 @@
# $FreeBSD$
PORTNAME= zabbix22
PORTREVISION= 1
CATEGORIES= net-mgmt
PKGNAMESUFFIX= -agent
@ -12,5 +13,4 @@ PLIST= ${PKGDIR}/pkg-plist.agent
OPTIONS_DEFINE= IPV6
OPTIONS_DEFAULT= IPV6
.include <bsd.port.options.mk>
.include "${MASTERDIR}/Makefile"