diff options
author | reed <reed@pkgsrc.org> | 2005-12-28 04:25:46 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2005-12-28 04:25:46 +0000 |
commit | 345b63b8a52197ef460cad986acea36ee8fc92ab (patch) | |
tree | 806325b3b0063e829a34260cc499129ac5b01008 /editors/lyx-qt | |
parent | af232f789c4ea1680593977501c76507227b343f (diff) | |
download | pkgsrc-345b63b8a52197ef460cad986acea36ee8fc92ab.tar.gz |
Add "makepsres" to USE_TOOLS.
This fixes packaging due to missing share/lyx/xfonts/PSres.upr.
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 cfef8450504..6b16ee090bc 100644 --- a/editors/lyx-qt/Makefile.common +++ b/editors/lyx-qt/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.32 2005/12/05 20:50:09 rillig Exp $ +# $NetBSD: Makefile.common,v 1.33 2005/12/28 04:25:46 reed Exp $ # DISTNAME= lyx-1.3.6 @@ -23,7 +23,7 @@ UNLIMIT_RESOURCES+= datasize USE_LANGUAGES= c c++ GNU_CONFIGURE= YES -USE_TOOLS+= gmake perl:run +USE_TOOLS+= gmake makepsres perl:run USE_LIBTOOL= YES USE_PKGLOCALEDIR= YES GCC_REQD+= 2.95 |