aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/bacula-client
diff options
context:
space:
mode:
authordvl <dvl@FreeBSD.org>2016-01-21 05:27:45 +0800
committerdvl <dvl@FreeBSD.org>2016-01-21 05:27:45 +0800
commitc769c3beba66a9a23de3ffe654117dd240dd07ef (patch)
tree9f13acb75ce10584895a54f824b969e65d4c80e4 /sysutils/bacula-client
parent83db33c4c34a6ec904bf6c40a9057c0647225064 (diff)
downloadfreebsd-ports-gnome-c769c3beba66a9a23de3ffe654117dd240dd07ef.tar.gz
freebsd-ports-gnome-c769c3beba66a9a23de3ffe654117dd240dd07ef.tar.zst
freebsd-ports-gnome-c769c3beba66a9a23de3ffe654117dd240dd07ef.zip
* Upgrade to 7.4.0
* Add option for IPv6 support, enabled by default For bacula-server: * set the full path to perl for src/cats/make_catalog_backup.pl.in NOTE: no doc update yet for this release
Diffstat (limited to 'sysutils/bacula-client')
-rw-r--r--sysutils/bacula-client/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/sysutils/bacula-client/Makefile b/sysutils/bacula-client/Makefile
index b583fb0ba30d..aa3afd912ca6 100644
--- a/sysutils/bacula-client/Makefile
+++ b/sysutils/bacula-client/Makefile
@@ -1,7 +1,6 @@
# $FreeBSD$
PORTNAME= bacula
-PORTREVISION= 3
PKGNAMESUFFIX= -client
COMMENT= Network backup solution (client)
@@ -12,7 +11,9 @@ USE_RC_SUBR= bacula-fd
PLIST= ${PKGDIR}/pkg-plist.client
MASTERDIR= ${.CURDIR}/../../sysutils/bacula-server
-OPTIONS_DEFINE= NLS PYTHON
-OPTIONS_DEFAULT=#
+OPTIONS_DEFINE= NLS PYTHON ENABLE_IPV6
+OPTIONS_DEFAULT=ENABLE_IPV6
+
+ENABLE_IPV6_DESC= Enable IPv6 support
.include "${MASTERDIR}/Makefile"