diff options
author | abs <abs@pkgsrc.org> | 2003-06-02 14:05:00 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2003-06-02 14:05:00 +0000 |
commit | 0de8869fb4f488a3376d207c3132e9b4a5381523 (patch) | |
tree | fc2d901142cb1b7955f0e85c7122b66ba07f4ce1 /games | |
parent | b0574f51ebf82bbcf1724d5e91bde7c964771a3f (diff) | |
download | pkgsrc-0de8869fb4f488a3376d207c3132e9b4a5381523.tar.gz |
Use mk/gcc.buildlink2.mk rather than gcc/buildlink2.mk so lang/gcc3
is accepted. Suggested by Grant.
Diffstat (limited to 'games')
-rw-r--r-- | games/angband-tty/Makefile | 4 | ||||
-rw-r--r-- | games/angband-x11/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/games/angband-tty/Makefile b/games/angband-tty/Makefile index c6771d38c31..2559365d1d6 100644 --- a/games/angband-tty/Makefile +++ b/games/angband-tty/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2003/04/10 20:10:16 grant Exp $ +# $NetBSD: Makefile,v 1.15 2003/06/02 14:05:03 abs Exp $ # DISTNAME= angband-283 @@ -23,7 +23,7 @@ ALL_TARGET= angband SPOILERFILE= angband-spoilers.tar.gz .if (${MACHINE_ARCH} == arm32) -. include "../../lang/gcc/buildlink2.mk" +. include "../../mk/gcc.buildlink2.mk" .endif do-install: diff --git a/games/angband-x11/Makefile b/games/angband-x11/Makefile index a419560be37..80ded1c6e89 100644 --- a/games/angband-x11/Makefile +++ b/games/angband-x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2003/04/10 20:10:17 grant Exp $ +# $NetBSD: Makefile,v 1.20 2003/06/02 14:05:03 abs Exp $ # DISTNAME= angband-3.0.1 @@ -25,7 +25,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-setgid=games --prefix=${PREFIX} .if ${MACHINE_ARCH} == "arm32" -. include "../../lang/gcc/buildlink2.mk" +. include "../../mk/gcc.buildlink2.mk" .endif # add spoiler files and clean up a bit |