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 | 685ceec1bd7ad5b71d38687920b3f3c5c22c1c2c (patch) | |
tree | 806325b3b0063e829a34260cc499129ac5b01008 /editors/lyx-qt/Makefile.common | |
parent | bbb8d7bfe71c3cb62c579c7a90ea20d68836d6a6 (diff) | |
download | pkgsrc-685ceec1bd7ad5b71d38687920b3f3c5c22c1c2c.tar.gz |
Add "makepsres" to USE_TOOLS.
This fixes packaging due to missing share/lyx/xfonts/PSres.upr.
Diffstat (limited to 'editors/lyx-qt/Makefile.common')
-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 |