diff options
author | tv <tv@pkgsrc.org> | 2004-10-15 14:50:05 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2004-10-15 14:50:05 +0000 |
commit | dc99bb80f207aabc03f504d4a8e119eb2a27d621 (patch) | |
tree | 7f51f5e6ddc0440f651ba0ed22d31abe21c44a9e /games | |
parent | f4d628a60403d5d3b3609f5e5cb0c281b595dc0e (diff) | |
download | pkgsrc-dc99bb80f207aabc03f504d4a8e119eb2a27d621.tar.gz |
Update linkage to libltdl (via guile{,14}), which is now its own package.
Unfortunately, guile{,14}/buildlink3.mk directly includes it, and I don't
know which dependencies actually need libltdl, so it was a recursive bump.
Hopefully this recursive inclusion can be ripped out of
guile{,14}/buildlink3.mk at some point and bubble down to dependencies that
actually use libltdl, avoiding this headache in the future....
Diffstat (limited to 'games')
-rw-r--r-- | games/gnome-games/Makefile | 4 | ||||
-rw-r--r-- | games/gnome2-games/Makefile | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/games/gnome-games/Makefile b/games/gnome-games/Makefile index 366fb9af597..f29e89912b1 100644 --- a/games/gnome-games/Makefile +++ b/games/gnome-games/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.67 2004/10/03 00:14:44 tv Exp $ +# $NetBSD: Makefile,v 1.68 2004/10/15 14:50:06 tv Exp $ DISTNAME= gnome-games-1.4.0.4 -PKGREVISION= 13 +PKGREVISION= 14 CATEGORIES= games gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-games/1.4/}\ ${MASTER_SITE_LOCAL} diff --git a/games/gnome2-games/Makefile b/games/gnome2-games/Makefile index 85cff9ac88a..7b519e4c849 100644 --- a/games/gnome2-games/Makefile +++ b/games/gnome2-games/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.37 2004/10/11 09:01:21 jmmv Exp $ +# $NetBSD: Makefile,v 1.38 2004/10/15 14:50:06 tv Exp $ DISTNAME= gnome-games-2.8.1 +PKGREVISION= 1 CATEGORIES= games gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-games/2.8/} EXTRACT_SUFX= .tar.bz2 |