aboutsummaryrefslogtreecommitdiff
path: root/security/amavisd-new
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-05-02 12:56:12 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-05-02 12:56:12 +0000
commit46c943cb3497a443be4e1ddc473037ed2515ff55 (patch)
treedfb775e830029129fcea7f987a27b4bbbc66451a /security/amavisd-new
parent41b77afd3d0d43d72dd4d977ea44d368ce22dc08 (diff)
downloadports-46c943cb3497a443be4e1ddc473037ed2515ff55.tar.gz
ports-46c943cb3497a443be4e1ddc473037ed2515ff55.zip
Fix syntaxe error introduced by conversion to new options framework
Notes
Notes: svn path=/head/; revision=317105
Diffstat (limited to 'security/amavisd-new')
-rw-r--r--security/amavisd-new/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/amavisd-new/Makefile b/security/amavisd-new/Makefile
index 40c85ed392e7..9517f04ec38b 100644
--- a/security/amavisd-new/Makefile
+++ b/security/amavisd-new/Makefile
@@ -88,7 +88,7 @@ USE_RC_SUBR+= amavisd
RUN_DEPENDS+= p5-IO-Socket-INET6>=0:${PORTSDIR}/net/p5-IO-Socket-INET6
.endif
-.if ${PORT_OPTIONS:MSNMP) && defined(WITH_BDB}
+.if ${PORT_OPTIONS:MSNMP} && ${PORT_OPTIONS:MBDB}
USE_RC_SUBR+= amavisd-snmp
RUN_DEPENDS+= p5-Net-SNMP>=0:${PORTSDIR}/net-mgmt/p5-Net-SNMP
.endif