summaryrefslogtreecommitdiff
path: root/editors/TeXmacs/Makefile
diff options
context:
space:
mode:
authorrecht <recht@pkgsrc.org>2004-06-27 01:08:44 +0000
committerrecht <recht@pkgsrc.org>2004-06-27 01:08:44 +0000
commit9011f3c83dd35a6cd13cf6cd058469d24e4ea30c (patch)
tree6156bb63e1820ef6f69726bb4447498fd9d68293 /editors/TeXmacs/Makefile
parente96bb2c59fd6f8c3f52c1114206e3fad0c6b0734 (diff)
downloadpkgsrc-9011f3c83dd35a6cd13cf6cd058469d24e4ea30c.tar.gz
update to 1.3.0.9
- Tree call-backs at modifications in documents - Path-aware trees - Bug fixes w.r.t. previous version - Better handling of parameters for page size and margins - Implementation of ``mutators'', tags which may modify themselves - Let computer algebra sessions make use of mutators - All TeXmacs documents become part of one global super-document
Diffstat (limited to 'editors/TeXmacs/Makefile')
-rw-r--r--editors/TeXmacs/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/editors/TeXmacs/Makefile b/editors/TeXmacs/Makefile
index ea8b5c5759e..f7694703e28 100644
--- a/editors/TeXmacs/Makefile
+++ b/editors/TeXmacs/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.29 2004/04/27 11:56:26 adam Exp $
+# $NetBSD: Makefile,v 1.30 2004/06/27 01:08:44 recht Exp $
-DISTNAME= TeXmacs-1.0.3.7-src
+DISTNAME= TeXmacs-1.0.3.9-src
PKGNAME= ${DISTNAME:S/-src//}
CATEGORIES= editors
MASTER_SITES= ftp://ftp.texmacs.org/pub/TeXmacs/targz/
@@ -18,8 +18,8 @@ USE_GNU_TOOLS+= make
USE_LANGUAGES= c c++
USE_X11= yes
GNU_CONFIGURE= yes
-CONFIGURE_ENV+= PKG_CXXFLAGS="${CXXFLAGS}"
-CONFIGURE_ENV+= PKG_LDFLAGS="${LDFLAGS}"
+CONFIGURE_ENV+= PKG_CXXFLAGS=${CXXFLAGS:Q}
+CONFIGURE_ENV+= PKG_LDFLAGS=${LDFLAGS:Q}
PYTHON_PATCH_SCRIPTS= plugins/python/bin/tm_python