aboutsummaryrefslogtreecommitdiffstats
path: root/net/xorp
diff options
context:
space:
mode:
authorbms <bms@FreeBSD.org>2006-09-25 03:21:40 +0800
committerbms <bms@FreeBSD.org>2006-09-25 03:21:40 +0800
commit13ee4df4bf4c64c3190547ad4ae277f63332f119 (patch)
tree37fa3161759fb6255b24295c3d5f876c42815bc7 /net/xorp
parenta694f7d27f00673ba5d803ae5a5da708c114de7d (diff)
downloadfreebsd-ports-gnome-13ee4df4bf4c64c3190547ad4ae277f63332f119.tar.gz
freebsd-ports-gnome-13ee4df4bf4c64c3190547ad4ae277f63332f119.tar.zst
freebsd-ports-gnome-13ee4df4bf4c64c3190547ad4ae277f63332f119.zip
Fix build; including --without-snmp confuses the top-level configure
script.
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)