aboutsummaryrefslogtreecommitdiff
path: root/sysutils/bacula-client
diff options
context:
space:
mode:
authorDan Langille <dvl@FreeBSD.org>2016-01-20 21:27:45 +0000
committerDan Langille <dvl@FreeBSD.org>2016-01-20 21:27:45 +0000
commit0dd5d053b4dddba5116e06f89a0e58eec705c572 (patch)
tree9f13acb75ce10584895a54f824b969e65d4c80e4 /sysutils/bacula-client
parentd50f5c161606980427ed16359bbbf093837c569d (diff)
downloadports-0dd5d053b4dddba5116e06f89a0e58eec705c572.tar.gz
ports-0dd5d053b4dddba5116e06f89a0e58eec705c572.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
Notes
Notes: svn path=/head/; revision=406809
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"