aboutsummaryrefslogtreecommitdiff
path: root/net/samba4/Makefile
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2014-10-21 12:06:11 +0000
committerMathieu Arnold <mat@FreeBSD.org>2014-10-21 12:06:11 +0000
commit51bbcf978aa6056f68161919b0785f7f284d21ec (patch)
tree86f1b6658b91dc682e2676d127b4871b955b0da1 /net/samba4/Makefile
parent5db20dc6e9abce466910154537ef20f2597cf404 (diff)
Notes
Diffstat (limited to 'net/samba4/Makefile')
-rw-r--r--net/samba4/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/net/samba4/Makefile b/net/samba4/Makefile
index db7345c93d55..07faffcb3fd6 100644
--- a/net/samba4/Makefile
+++ b/net/samba4/Makefile
@@ -3,7 +3,7 @@
PORTNAME?= ${SAMBA4_BASENAME}4
PORTVERSION?= ${SAMBA4_VERSION}
-PORTREVISION?= 0
+PORTREVISION?= 1
CATEGORIES?= net
MASTER_SITES= ${MASTER_SITE_SAMBA}
MASTER_SITE_SUBDIR= samba/stable samba/rc
@@ -136,9 +136,8 @@ DEVELOPER_DESC= With development support
MANPAGES_DESC= Build manpages from DOCBOOK templates
OPTIONS_SINGLE= DNS
-OPTIONS_SINGLE_DNS= NSUPDATE BIND98 BIND99
+OPTIONS_SINGLE_DNS= NSUPDATE BIND99
-BIND98_DESC= Use bind98 as a DNS server frontend
BIND99_DESC= Use bind99 as a DNS server frontend
NSUPDATE_DESC= Use internal DNS with NSUPDATE utility
OPTIONS_DEFAULT+= NSUPDATE
@@ -163,10 +162,7 @@ CONFIGURE_ARGS+= \
CFLAGS+= -fno-omit-frame-pointer
.endif
-.if ${PORT_OPTIONS:MBIND98}
-RUN_DEPENDS+= bind98>=9.8.0.0:${PORTSDIR}/dns/bind98
-SUB_LIST+= NSUPDATE="@comment "
-.elif ${PORT_OPTIONS:MBIND99}
+.if ${PORT_OPTIONS:MBIND99}
RUN_DEPENDS+= bind99>=9.9.0.0:${PORTSDIR}/dns/bind99
SUB_LIST+= NSUPDATE="@comment "
.elif ${PORT_OPTIONS:MNSUPDATE}