diff options
author | tron <tron> | 2001-02-05 09:00:54 +0000 |
---|---|---|
committer | tron <tron> | 2001-02-05 09:00:54 +0000 |
commit | 732964d7838ca5e8355397759068795660c65368 (patch) | |
tree | 2c1d493d315c86d062bda624e834a3d6f66707c0 /lang | |
parent | 81b3c0bc7a64ea4999e6fb86448d93a694ed442b (diff) | |
download | pkgsrc-732964d7838ca5e8355397759068795660c65368.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 'lang')
-rw-r--r-- | lang/squeak/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/squeak/Makefile b/lang/squeak/Makefile index d71d6b23e04..0e12d7b0cd0 100644 --- a/lang/squeak/Makefile +++ b/lang/squeak/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2000/08/14 16:51:35 mjl Exp $ +# $NetBSD: Makefile,v 1.8 2001/02/05 09:00:59 tron Exp $ # DISTNAME= Squeak2.7-src @@ -10,7 +10,7 @@ DISTFILES= Squeak2.7-src.tar.gz Squeak2.7.image.gz Squeak2.7.changes.gz SqueakV2 MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.squeak.org/ -BUILD_DEPENDS+= ${LOCALBASE}/bin/autoconf:../../devel/autoconf +BUILD_DEPENDS+= ${LOCALBASE}/bin/${LOCALBASE}/bin/autoconf:../../devel/autoconf DIST_SUBDIR= squeak EXTRACT_ONLY= Squeak2.7-src.tar.gz |