diff options
author | shannonjr <shannonjr@pkgsrc.org> | 2004-05-29 11:27:09 +0000 |
---|---|---|
committer | shannonjr <shannonjr@pkgsrc.org> | 2004-05-29 11:27:09 +0000 |
commit | 699b53b1a3e1e86bdfa08854285c5ee2f7c529ec (patch) | |
tree | 6111fb9bd84231096310139f54032f6739f63675 /editors | |
parent | b2ef33a50276454beddaa7db7e35de28e4c52593 (diff) | |
download | pkgsrc-699b53b1a3e1e86bdfa08854285c5ee2f7c529ec.tar.gz |
Backported correction from HEAD to correct problem that package does not compile with gcc 3.4.0. The patches were those submitted in PR 25695
Diffstat (limited to 'editors')
-rw-r--r-- | editors/lyx-qt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/lyx-qt/Makefile b/editors/lyx-qt/Makefile index c392cbbceb2..be9b9ad48e1 100644 --- a/editors/lyx-qt/Makefile +++ b/editors/lyx-qt/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.11 2004/04/17 23:59:21 snj Exp $ +# $NetBSD: Makefile,v 1.12 2004/05/29 11:27:09 shannonjr Exp $ # .include "./Makefile.common" PKGNAME= ${DISTNAME:S/lyx-/lyx-qt-/} -PKGREVISION= 1 +PKGREVISION= 2 COMMENT+= (QT version) |