aboutsummaryrefslogtreecommitdiff
path: root/sysutils/bareos-server/Makefile
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2022-10-31 22:12:39 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2022-10-31 22:12:39 +0000
commit6d3410eea852caa12e26be3fb2df2cc613a9ff11 (patch)
tree315d9046f6e0264582642c8b79d36d94b745a148 /sysutils/bareos-server/Makefile
parent41f5de4572f89f3264d8072cf5845412dac3aa3c (diff)
Diffstat (limited to 'sysutils/bareos-server/Makefile')
-rw-r--r--sysutils/bareos-server/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/bareos-server/Makefile b/sysutils/bareos-server/Makefile
index 3169247de1dd..b337c01882d6 100644
--- a/sysutils/bareos-server/Makefile
+++ b/sysutils/bareos-server/Makefile
@@ -1,6 +1,6 @@
PORTNAME= bareos
DISTVERSIONPREFIX= Release/
-DISTVERSION= 21.1.3
+DISTVERSION= 21.1.4
PORTREVISION?= 0
CATEGORIES?= sysutils
PKGNAMEPREFIX?= #
@@ -74,8 +74,8 @@ SCSICRYPTO_CMAKE_OFF= -Dscsi-crypto=OFF
.if ${PKGNAMESUFFIX} == "-client" || ${PKGNAMESUFFIX} == "-server" #Till end of the file
PYTHON_USES= python
-PYTHON_CMAKE_ON= -Dpython=ON
-PYTHON_CMAKE_OFF= -Dpython=OFF
+PYTHON_CMAKE_ON= -DENABLE_PYTHON=ON
+PYTHON_CMAKE_OFF= -DENABLE_PYTHON=OFF
PYTHON_PLUGIN= yes
.if !defined(WITH_CLIENT_ONLY)