diff options
author | minskim <minskim@pkgsrc.org> | 2006-04-07 00:54:25 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-04-07 00:54:25 +0000 |
commit | 917dc80857fc8d1d7d06d1cdf4aa079dfde35e19 (patch) | |
tree | bdf56c4dbca8890bcd9896ed9879c86c7feab9a5 /editors | |
parent | e0e669dfece968f94457a522b7bc1ef25cd94614 (diff) | |
download | pkgsrc-917dc80857fc8d1d7d06d1cdf4aa079dfde35e19.tar.gz |
Use texmf-dirs to install into texmf-local. Bump PKGREVISION.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/lyx-qt/Makefile | 4 | ||||
-rw-r--r-- | editors/lyx-qt/Makefile.common | 3 | ||||
-rw-r--r-- | editors/lyx-xforms/Makefile | 4 |
3 files changed, 6 insertions, 5 deletions
diff --git a/editors/lyx-qt/Makefile b/editors/lyx-qt/Makefile index 92144aa211d..093c9fad649 100644 --- a/editors/lyx-qt/Makefile +++ b/editors/lyx-qt/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.26 2006/02/05 23:08:57 joerg Exp $ +# $NetBSD: Makefile,v 1.27 2006/04/07 00:54:25 minskim Exp $ # .include "./Makefile.common" PKGNAME= ${DISTNAME:S/lyx-/lyx-qt-/} -PKGREVISION= 2 +PKGREVISION= 3 COMMENT+= (QT version) diff --git a/editors/lyx-qt/Makefile.common b/editors/lyx-qt/Makefile.common index 6b200244685..c0115f8f53d 100644 --- a/editors/lyx-qt/Makefile.common +++ b/editors/lyx-qt/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.35 2006/04/07 00:36:45 minskim Exp $ +# $NetBSD: Makefile.common,v 1.36 2006/04/07 00:54:25 minskim Exp $ # DISTNAME= lyx-1.3.7 @@ -23,6 +23,7 @@ PLIST_SRC= ${.CURDIR}/../../editors/lyx-qt/PLIST.common UNLIMIT_RESOURCES+= datasize +USE_DIRS+= texmf-1.0 USE_LANGUAGES= c c++ GNU_CONFIGURE= YES USE_TOOLS+= gmake makepsres perl:run diff --git a/editors/lyx-xforms/Makefile b/editors/lyx-xforms/Makefile index 93d55d47ee0..7059c2a898f 100644 --- a/editors/lyx-xforms/Makefile +++ b/editors/lyx-xforms/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.19 2006/02/05 23:08:57 joerg Exp $ +# $NetBSD: Makefile,v 1.20 2006/04/07 00:54:25 minskim Exp $ # .include "../../editors/lyx-qt/Makefile.common" PKGNAME= ${DISTNAME:S/lyx-/lyx-xforms-/} -PKGREVISION= 1 +PKGREVISION= 2 COMMENT+= (xforms version) |