diff options
author | wiz <wiz@pkgsrc.org> | 2002-10-02 19:58:01 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-10-02 19:58:01 +0000 |
commit | f66e8d95611dd309fba871d067736d3cb4c8ed59 (patch) | |
tree | 362ffd4445186036a38e36d9791b04cbb40193aa /net/netsaint-plugins/Makefile | |
parent | ee912241469a8571e8bb7ec47658d8c0c0c8b6ac (diff) | |
download | pkgsrc-f66e8d95611dd309fba871d067736d3cb4c8ed59.tar.gz |
Get rid of autoconf and automake dependencies by adding a configure patch.
Diffstat (limited to 'net/netsaint-plugins/Makefile')
-rw-r--r-- | net/netsaint-plugins/Makefile | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/net/netsaint-plugins/Makefile b/net/netsaint-plugins/Makefile index 61f1479fea0..5731018da9c 100644 --- a/net/netsaint-plugins/Makefile +++ b/net/netsaint-plugins/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2002/06/17 11:10:22 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2002/10/02 19:58:01 wiz Exp $ # DISTNAME= netsaint-plugins-1.2.9-4 @@ -11,9 +11,6 @@ MAINTAINER= murray@river-styx.org HOMEPAGE= http://netsaintplug.sourceforge.net/ COMMENT= NetSaint plugins -BUILD_DEPENDS+= autoconf>=2.13:../../devel/autoconf -BUILD_DEPENDS+= automake>=1.4.5:../../devel/automake - DEPENDS+= netsaint-base-[0-9]*:../../net/netsaint-base .if !exists(/usr/bin/ssh) DEPENDS+= {ssh{,6}-[0-9]*,openssh-[0-9]*}:../../security/ssh @@ -26,12 +23,5 @@ DEPENDS+= {ssh{,6}-[0-9]*,openssh-[0-9]*}:../../security/ssh CONFIGURE_ARGS+= --with-df-command="/bin/df -Pklt nokernfs,procfs,fdesc" .endif -pre-configure: - cd ${WRKSRC}; \ - ${LOCALBASE}/bin/aclocal; \ - ${LOCALBASE}/bin/autoheader; \ - ${LOCALBASE}/bin/automake -a --foreign -i; \ - ${LOCALBASE}/bin/autoconf - .include "../../security/openssl/buildlink.mk" .include "../../mk/bsd.pkg.mk" |