diff options
author | bapt <bapt@FreeBSD.org> | 2013-05-02 20:56:12 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-05-02 20:56:12 +0800 |
commit | 14737d2c109e0e568fa0873e3ff69da343315419 (patch) | |
tree | dfb775e830029129fcea7f987a27b4bbbc66451a | |
parent | 81623cbd8de04c0e1581a5ff350649a4f1bd37cb (diff) | |
download | freebsd-ports-gnome-14737d2c109e0e568fa0873e3ff69da343315419.tar.gz freebsd-ports-gnome-14737d2c109e0e568fa0873e3ff69da343315419.tar.zst freebsd-ports-gnome-14737d2c109e0e568fa0873e3ff69da343315419.zip |
Fix syntaxe error introduced by conversion to new options framework
-rw-r--r-- | security/amavisd-new/Makefile | 2 |
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 |