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 /games/quake6 | |
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 'games/quake6')
-rw-r--r-- | games/quake6/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/quake6/Makefile b/games/quake6/Makefile index 194a4806b83..435ee1f0a83 100644 --- a/games/quake6/Makefile +++ b/games/quake6/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2000/09/07 00:10:24 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.9 2001/02/05 09:00:56 tron Exp $ DISTNAME= quake-v6-bsd-kame PKGNAME= quake6-0.0 @@ -13,7 +13,7 @@ MAINTAINER= itojun@kame.net HOMEPAGE= http://www.viagenie.qc.ca/en/ipv6-quake.shtml DEPENDS= quakedata-*:../../games/quakedata -BUILD_DEPENDS= autoreconf:../../devel/autoconf +BUILD_DEPENDS= ${LOCALBASE}/bin/autoremake:../../devel/autoconf WRKSRC= ${WRKDIR}/quakeforge |