summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorwiz <wiz>2002-10-02 21:13:11 +0000
committerwiz <wiz>2002-10-02 21:13:11 +0000
commit2a81a78cbec6d697a7de9c6fe76b1b95ea07c021 (patch)
treefa5685aa40e232081cf10874c82f53de99593c3a /net
parentdd688e1689481fd9d762d6c145e703720724378e (diff)
downloadpkgsrc-2a81a78cbec6d697a7de9c6fe76b1b95ea07c021.tar.gz
Remove unnecessary automake and autoconf dependencies.
Diffstat (limited to 'net')
-rw-r--r--net/netsaint-plugin-snmp/Makefile11
1 files changed, 1 insertions, 10 deletions
diff --git a/net/netsaint-plugin-snmp/Makefile b/net/netsaint-plugin-snmp/Makefile
index 4170865662c..4dbb14e124d 100644
--- a/net/netsaint-plugin-snmp/Makefile
+++ b/net/netsaint-plugin-snmp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2002/04/20 18:46:07 fredb Exp $
+# $NetBSD: Makefile,v 1.9 2002/10/02 21:13:11 wiz Exp $
#
DISTNAME= netsaint-plugins-1.2.9-4
@@ -11,8 +11,6 @@ MAINTAINER= murray@river-styx.org
HOMEPAGE= http://netsaintplug.sourceforge.net/
COMMENT= SNMP monitoring plug-in for netsaint
-DEPENDS+= autoconf>=2.13:../../devel/autoconf
-DEPENDS+= automake>=1.4.5:../../devel/automake
DEPENDS+= netsaint-base-[0-9]*:../../net/netsaint-base
DEPENDS+= ucd-snmp-4.2.4*:../../net/ucd-snmp
@@ -20,13 +18,6 @@ DEPENDS+= ucd-snmp-4.2.4*:../../net/ucd-snmp
ALL_TARGET= check_snmp check_hpjd
-pre-configure:
- cd ${WRKSRC}; \
- ${LOCALBASE}/bin/aclocal; \
- ${LOCALBASE}/bin/autoheader; \
- ${LOCALBASE}/bin/automake -a --foreign -i; \
- ${LOCALBASE}/bin/autoconf
-
do-build:
cd ${WRKSRC}/plugins && \
${SETENV} ${MAKE_ENV} \