diff options
author | wiz <wiz@pkgsrc.org> | 2001-07-23 19:53:48 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-07-23 19:53:48 +0000 |
commit | 57f40629062b462b28633364ab3972c7e4f32516 (patch) | |
tree | 62b631365b96ba3a3b909c4efa76c18b7d478d60 /net | |
parent | 1794eb24dcba11c7751386ccbea5b59792fd96af (diff) | |
download | pkgsrc-57f40629062b462b28633364ab3972c7e4f32516.tar.gz |
BUILD_DEPENDS has same syntax as DEPENDS. Fix two commented out lines using
the old syntax.
Diffstat (limited to 'net')
-rw-r--r-- | net/gnut/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/gnut/Makefile b/net/gnut/Makefile index a92bbd07465..91b2699b161 100644 --- a/net/gnut/Makefile +++ b/net/gnut/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2001/02/25 09:37:44 tron Exp $ +# $NetBSD: Makefile,v 1.13 2001/07/23 19:53:48 wiz Exp $ # DISTNAME= gnut-0.4.20 @@ -9,8 +9,8 @@ MAINTAINER= deberg@netbsd.org HOMEPAGE= http://www.gnutelliums.com/linux_unix/gnut/ COMMENT= Text-mode Gnutella client -#BUILD_DEPENDS+= ${LOCALBASE}/bin/autoreconf:../../devel/autoconf -#BUILD_DEPENDS+= ${LOCALBASE}/bin/automake:../../devel/automake +#BUILD_DEPENDS+= autoconf>=2.13:../../devel/autoconf +#BUILD_DEPENDS+= automake>=1.4:../../devel/automake #DEPENDS+= pth>=1.3.6:../../devel/pth DEPENDS+= unproven-pthreads-0.*:../../devel/unproven-pthreads |