diff options
author | tv <tv> | 2004-10-15 14:50:05 +0000 |
---|---|---|
committer | tv <tv> | 2004-10-15 14:50:05 +0000 |
commit | 54a92a7c6e406804d52b8744c9be136f30e96687 (patch) | |
tree | 7f51f5e6ddc0440f651ba0ed22d31abe21c44a9e /misc | |
parent | 5c4bf91f06be99688e9484920e113c99cb775b13 (diff) | |
download | pkgsrc-54a92a7c6e406804d52b8744c9be136f30e96687.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')
-rw-r--r-- | misc/gnome-utils/Makefile | 4 | ||||
-rw-r--r-- | misc/gnome2-utils/Makefile | 4 | ||||
-rw-r--r-- | misc/siag/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/misc/gnome-utils/Makefile b/misc/gnome-utils/Makefile index a6f6baa3bf0..f222ca103d2 100644 --- a/misc/gnome-utils/Makefile +++ b/misc/gnome-utils/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.76 2004/10/03 00:12:58 tv Exp $ +# $NetBSD: Makefile,v 1.77 2004/10/15 14:50:07 tv Exp $ DISTNAME= gnome-utils-1.4.1.2 -PKGREVISION= 10 +PKGREVISION= 11 CATEGORIES= misc x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-utils/1.4/} EXTRACT_SUFX= .tar.bz2 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 diff --git a/misc/siag/Makefile b/misc/siag/Makefile index b7bba778c92..1f0c124f36c 100644 --- a/misc/siag/Makefile +++ b/misc/siag/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.41 2004/10/03 00:13:00 tv Exp $ +# $NetBSD: Makefile,v 1.42 2004/10/15 14:50:07 tv Exp $ # DISTNAME= siag-3.5.7 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= misc textproc math MASTER_SITES= ftp://siag.nu/pub/siag/ |