aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/net-snmp53/Makefile
diff options
context:
space:
mode:
authorbillf <billf@FreeBSD.org>2000-05-18 04:27:13 +0800
committerbillf <billf@FreeBSD.org>2000-05-18 04:27:13 +0800
commitfbac40ec77c2c8eff58183ec8b5adfe6e4a3ee40 (patch)
tree6b93c681e0e6e8d1b81ae0b17ac27dcba7940720 /net-mgmt/net-snmp53/Makefile
parent94e911f4a03b15ae13aad3d1251261a842c38b89 (diff)
downloadfreebsd-ports-gnome-fbac40ec77c2c8eff58183ec8b5adfe6e4a3ee40.tar.gz
freebsd-ports-gnome-fbac40ec77c2c8eff58183ec8b5adfe6e4a3ee40.tar.zst
freebsd-ports-gnome-fbac40ec77c2c8eff58183ec8b5adfe6e4a3ee40.zip
Fixes for recent kernel changes, this will screw over people (like me)
who have a -CURRENT before: Fri May 5 9:58:59 2000 UTC by phk .. however, since no __FreeBSD_version bump was performed, I can't handle this with the usual Makefile magic. Submitted by: kuriyama-san Reviewed by: Matt Ayres <mayres@chc-chimes.com> ("it works now")
Diffstat (limited to 'net-mgmt/net-snmp53/Makefile')
-rw-r--r--net-mgmt/net-snmp53/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/net-mgmt/net-snmp53/Makefile b/net-mgmt/net-snmp53/Makefile
index e6f29b277225..d1ba408bdd6c 100644
--- a/net-mgmt/net-snmp53/Makefile
+++ b/net-mgmt/net-snmp53/Makefile
@@ -14,7 +14,7 @@ MASTER_SITES= ftp://ucd-snmp.ucdavis.edu/ \
MAINTAINER= billf@FreeBSD.org
-GNU_CONFIGURE= YES
+USE_AUTOCONF= YES
CONFIGURE_ARGS+= --enable-shared
.if defined(BATCH)
CONFIGURE_ARGS+= --with-defaults --with-sys-contact=nobody@no.where
@@ -71,5 +71,4 @@ post-install:
fi
${SETENV} OBJFORMAT="${PORTOBJFORMAT}" ${LDCONFIG} -m ${PREFIX}/lib
-
.include <bsd.port.post.mk>