diff options
author | minskim <minskim@pkgsrc.org> | 2006-05-13 03:44:23 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-05-13 03:44:23 +0000 |
commit | fa5157ed202465169d34967031ddc6af8c152942 (patch) | |
tree | 2c18ca092663df72077c1e313c65a4dcdcd9c1ee /editors/lyx-qt | |
parent | 73582dead2e79ea9c231bf788fa8ce2c8a39008b (diff) | |
download | pkgsrc-fa5157ed202465169d34967031ddc6af8c152942.tar.gz |
Remove references to teTeX1.
Diffstat (limited to 'editors/lyx-qt')
-rw-r--r-- | editors/lyx-qt/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/lyx-qt/Makefile.common b/editors/lyx-qt/Makefile.common index 305b1a52dde..131466e75e2 100644 --- a/editors/lyx-qt/Makefile.common +++ b/editors/lyx-qt/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.37 2006/04/18 23:21:18 reed Exp $ +# $NetBSD: Makefile.common,v 1.38 2006/05/13 03:44:23 minskim Exp $ # DISTNAME= lyx-1.4.1 @@ -33,7 +33,7 @@ USE_TOOLS+= gmake perl:run USE_LIBTOOL= YES USE_PKGLOCALEDIR= YES GCC_REQD+= 2.95 -TEX_ACCEPTED= teTeX1 teTeX2 teTeX3 +TEX_ACCEPTED= teTeX2 teTeX3 MAKE_ENV+= PKG_LOCALTEXMFPREFIX=${PKG_LOCALTEXMFPREFIX} CONFIGURE_ARGS+= --with-pspell-lib=${BUILDLINK_PREFIX.aspell}/lib \ |