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 /cad/libgeda | |
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 'cad/libgeda')
-rw-r--r-- | cad/libgeda/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cad/libgeda/Makefile b/cad/libgeda/Makefile index 83266adc9f2..cdb650edfc2 100644 --- a/cad/libgeda/Makefile +++ b/cad/libgeda/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.30 2004/10/03 00:13:13 tv Exp $ +# $NetBSD: Makefile,v 1.31 2004/10/15 14:50:06 tv Exp $ # DISTNAME= libgeda-${PKGVERSION} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= cad MASTER_SITES= ftp://ftp.geda.seul.org/pub/geda/devel/${PKGVERSION}/ \ ftp://ieee.ing.uniroma1.it/pub/geda/devel/${PKGVERSION}/ \ |