svn commit: r317105 - head/security/amavisd-new

Baptiste Daroussin bapt at FreeBSD.org
Thu May 2 12:56:14 UTC 2013


Author: bapt
Date: Thu May  2 12:56:12 2013
New Revision: 317105
URL: http://svnweb.freebsd.org/changeset/ports/317105

Log:
  Fix syntaxe error introduced by conversion to new options framework

Modified:
  head/security/amavisd-new/Makefile

Modified: head/security/amavisd-new/Makefile
==============================================================================
--- head/security/amavisd-new/Makefile	Thu May  2 12:42:02 2013	(r317104)
+++ head/security/amavisd-new/Makefile	Thu May  2 12:56:12 2013	(r317105)
@@ -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


More information about the svn-ports-all mailing list