diff options
author | tron <tron@pkgsrc.org> | 2001-02-05 09:00:54 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-02-05 09:00:54 +0000 |
commit | f2d262e0bef754371e35855c069d92d11d7759bb (patch) | |
tree | 2c1d493d315c86d062bda624e834a3d6f66707c0 /net/gnut | |
parent | 338eba73e20d12e6e7ee7489e26135aaeaef3369 (diff) | |
download | pkgsrc-f2d262e0bef754371e35855c069d92d11d7759bb.tar.gz |
Use full pathname "${LOCALBASE}/bin/auto..." in dependences and make
targets. This includes a fix for PR pkg/12125 by Tomasz Luchowski.
Diffstat (limited to 'net/gnut')
-rw-r--r-- | net/gnut/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/gnut/Makefile b/net/gnut/Makefile index e2736735033..b65c7ea1fd6 100644 --- a/net/gnut/Makefile +++ b/net/gnut/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2000/12/30 13:57:46 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2001/02/05 09:01:01 tron Exp $ # DISTNAME= gnut-0.4.12 @@ -8,8 +8,8 @@ MASTER_SITES= http://www.mrob.com/gnut/tars/ MAINTAINER= deberg@netbsd.org HOMEPAGE= http://www.mrob.com/gnut/ -#BUILD_DEPENDS+= autoreconf:../../devel/autoconf -#BUILD_DEPENDS+= automake:../../devel/automake +#BUILD_DEPENDS+= ${LOCALBASE}/bin/autoremake:../../devel/autoconf +#BUILD_DEPENDS+= ${LOCALBASE}/bin/automake:../../devel/automake #DEPENDS+= pth>=1.3.6:../../devel/pth DEPENDS+= unproven-pthreads-0.*:../../devel/unproven-pthreads @@ -30,7 +30,7 @@ LDFLAGS= -Wl,-R${LOCALBASE}/pthreads/lib -L${LOCALBASE}/pthreads/lib .endif #post-patch: -# cd ${WRKSRC} && ${CP} aclocal.m4 acinclude.m4 && autoreconf +# cd ${WRKSRC} && ${CP} aclocal.m4 acinclude.m4 && ${LOCALBASE}/bin/autoremake GNUTDOCS= TUTORIAL \ gnut-1.html \ |