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 | e86a0b3b2e328ab71e39db69653f01e935aeea8f (patch) | |
tree | 7f51f5e6ddc0440f651ba0ed22d31abe21c44a9e /editors/TeXmacs | |
parent | a5569d78fa9c2b9d07630f5b891f5523a231e880 (diff) | |
download | pkgsrc-e86a0b3b2e328ab71e39db69653f01e935aeea8f.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 'editors/TeXmacs')
-rw-r--r-- | editors/TeXmacs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/TeXmacs/Makefile b/editors/TeXmacs/Makefile index 98d230c4b39..d28688fc9f2 100644 --- a/editors/TeXmacs/Makefile +++ b/editors/TeXmacs/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.35 2004/10/03 00:14:37 tv Exp $ +# $NetBSD: Makefile,v 1.36 2004/10/15 14:50:06 tv Exp $ DISTNAME= TeXmacs-1.0.4-R2-src PKGNAME= ${DISTNAME:S/-R2-src/.0.2/} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= editors MASTER_SITES= ftp://ftp.texmacs.org/pub/TeXmacs/targz/ |