summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authoruebayasi <uebayasi>2003-01-07 03:56:17 +0000
committeruebayasi <uebayasi>2003-01-07 03:56:17 +0000
commitb90d2246f4ca5cd3bb85103f755bbcfe3dc270a9 (patch)
tree86760533451b06e3ed498094ee1d905a6c32b9d1 /editors
parent060796b3c3df48ecc644035b26aded75a986cec1 (diff)
downloadpkgsrc-b90d2246f4ca5cd3bb85103f755bbcfe3dc270a9.tar.gz
Rename older (<1.6) Guile as guile14.
Packages using Guile now all depend on guile14. These packages are expected to be made depend on newer Guile (1.6.x) when updated in the future.
Diffstat (limited to 'editors')
-rw-r--r--editors/TeXmacs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/TeXmacs/Makefile b/editors/TeXmacs/Makefile
index 70ae2570d8e..10d5aa4c572 100644
--- a/editors/TeXmacs/Makefile
+++ b/editors/TeXmacs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2002/12/21 17:05:08 jmmv Exp $
+# $NetBSD: Makefile,v 1.11 2003/01/07 03:56:23 uebayasi Exp $
DISTNAME= TeXmacs-1.0.1-src
PKGNAME= ${DISTNAME:S/-src//}
@@ -31,6 +31,6 @@ pre-configure:
post-install:
${LN} -s ${PREFIX}/share/doc/TeXmacs ${PREFIX}/share/${PKGNAME}/doc
-.include "../../lang/guile/buildlink2.mk"
+.include "../../lang/guile14/buildlink2.mk"
.include "../../mk/texinfo.mk"
.include "../../mk/bsd.pkg.mk"