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 /misc/gnome2-utils | |
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 'misc/gnome2-utils')
-rw-r--r-- | misc/gnome2-utils/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/gnome2-utils/Makefile b/misc/gnome2-utils/Makefile index 805a2f6166d..1d0099569ba 100644 --- a/misc/gnome2-utils/Makefile +++ b/misc/gnome2-utils/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.32 2004/10/03 00:12:58 tv Exp $ +# $NetBSD: Makefile,v 1.33 2004/10/15 14:50:07 tv Exp $ # DISTNAME= gnome-utils-2.8.0 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= misc gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-utils/2.8/} EXTRACT_SUFX= .tar.bz2 |