diff options
author | bms <bms@FreeBSD.org> | 2006-09-25 03:21:40 +0800 |
---|---|---|
committer | bms <bms@FreeBSD.org> | 2006-09-25 03:21:40 +0800 |
commit | 13ee4df4bf4c64c3190547ad4ae277f63332f119 (patch) | |
tree | 37fa3161759fb6255b24295c3d5f876c42815bc7 /net/xorp | |
parent | a694f7d27f00673ba5d803ae5a5da708c114de7d (diff) | |
download | freebsd-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/Makefile | 2 |
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) |