From 14737d2c109e0e568fa0873e3ff69da343315419 Mon Sep 17 00:00:00 2001 From: bapt Date: Thu, 2 May 2013 12:56:12 +0000 Subject: Fix syntaxe error introduced by conversion to new options framework --- security/amavisd-new/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit