diff options
author | mycroft <mycroft> | 2003-01-10 10:18:31 +0000 |
---|---|---|
committer | mycroft <mycroft> | 2003-01-10 10:18:31 +0000 |
commit | 73791d1a7438520c5b18d10e747227622dfc3ca4 (patch) | |
tree | 6207b19e74a6841fd452631ab1123fc6d1c00f4e | |
parent | e31b0eb86fa5eb8eb97a4972940ae30283e8f036 (diff) | |
download | pkgsrc-73791d1a7438520c5b18d10e747227622dfc3ca4.tar.gz |
This works with newer guile.
-rw-r--r-- | games/gnome-games/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/gnome-games/Makefile b/games/gnome-games/Makefile index 8f797e41997..02de1d3a820 100644 --- a/games/gnome-games/Makefile +++ b/games/gnome-games/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.47 2003/01/07 03:56:24 uebayasi Exp $ +# $NetBSD: Makefile,v 1.48 2003/01/10 10:18:31 mycroft Exp $ DISTNAME= gnome-games-1.4.0.4 PKGREVISION= 3 @@ -66,7 +66,7 @@ post-install: .include "../../devel/gettext-lib/buildlink2.mk" .include "../../devel/ncurses/buildlink2.mk" # Required for ports which don't build "libgtop". -.include "../../lang/guile14/buildlink2.mk" +.include "../../lang/guile/buildlink2.mk" .include "../../x11/gnome-core/buildlink2.mk" .include "../../mk/automake.mk" .include "../../mk/bsd.pkg.mk" |