diff options
author | joerg <joerg@pkgsrc.org> | 2006-07-25 12:20:44 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-07-25 12:20:44 +0000 |
commit | c3843e51b4d6451fb781da7496fe1746e6e49faa (patch) | |
tree | 396de82604bbb109fde07c5a44a827617df8eac9 /editors | |
parent | 5092ccdc95815e78df223bc713a27484e2153793 (diff) | |
download | pkgsrc-c3843e51b4d6451fb781da7496fe1746e6e49faa.tar.gz |
Extract with gtar, pax-as-tar can't find the header correctly on
both NetBSD and DragonFly.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/lyx-qt/Makefile.common | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/lyx-qt/Makefile.common b/editors/lyx-qt/Makefile.common index a65c8cb3f7f..887d5b55583 100644 --- a/editors/lyx-qt/Makefile.common +++ b/editors/lyx-qt/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.40 2006/07/23 00:28:12 reed Exp $ +# $NetBSD: Makefile.common,v 1.41 2006/07/25 12:20:44 joerg Exp $ # DISTNAME= lyx-1.4.2 @@ -30,6 +30,7 @@ USE_DIRS+= texmf-1.0 USE_LANGUAGES= c c++ GNU_CONFIGURE= YES USE_TOOLS+= gmake perl:run +EXTRACT_USING= gtar USE_LIBTOOL= YES USE_PKGLOCALEDIR= YES GCC_REQD+= 2.95 |