aboutsummaryrefslogtreecommitdiff
path: root/net/xorp
diff options
context:
space:
mode:
authorBruce M Simpson <bms@FreeBSD.org>2006-09-24 19:21:40 +0000
committerBruce M Simpson <bms@FreeBSD.org>2006-09-24 19:21:40 +0000
commit844b328c396efa76a0df73f2fa108b609fc83678 (patch)
tree58649cefd87d0032a9666668c17ecf7417979451 /net/xorp
parentdfa14d726d3fbda65ba65b5ebc0ea8c6a71f5ecb (diff)
downloadports-844b328c396efa76a0df73f2fa108b609fc83678.tar.gz
ports-844b328c396efa76a0df73f2fa108b609fc83678.zip
Fix build; including --without-snmp confuses the top-level configure
script.
Notes
Notes: svn path=/head/; revision=173733
Diffstat (limited to 'net/xorp')
-rw-r--r--net/xorp/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/net/xorp/Makefile b/net/xorp/Makefile
index f956009bd416..7ef3e6950d51 100644
--- a/net/xorp/Makefile
+++ b/net/xorp/Makefile
@@ -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)