Fix build; including --without-snmp confuses the top-level configure

script.
This commit is contained in:
Bruce M Simpson 2006-09-24 19:21:40 +00:00
parent dfa14d726d
commit 844b328c39
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=173733

View File

@ -59,8 +59,6 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/snmpd:${PORTSDIR}/net-mgmt/net-snmp
CONFIGURE_ARGS+= --with-snmp \
--with-path-to-snmpd=${LOCALBASE}/bin/snmpd \
--with-path-to-net-snmpd-config=${LOCALBASE}/bin/net-snmp-config
.else
CONFIGURE_ARGS+= --without-snmp
.endif
.if defined(WITH_OPTIMIZATION)