diff options
author | wiz <wiz@pkgsrc.org> | 2002-10-02 21:13:11 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-10-02 21:13:11 +0000 |
commit | 9d94dc032b725b759cca076911a21265a23f9ec2 (patch) | |
tree | fa5685aa40e232081cf10874c82f53de99593c3a /net/netsaint-plugin-snmp | |
parent | 9fae80ae8ecc99d018ed63fcd8cf89a1bd9a98fd (diff) | |
download | pkgsrc-9d94dc032b725b759cca076911a21265a23f9ec2.tar.gz |
Remove unnecessary automake and autoconf dependencies.
Diffstat (limited to 'net/netsaint-plugin-snmp')
-rw-r--r-- | net/netsaint-plugin-snmp/Makefile | 11 |
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} \ |