diff options
author | recht <recht> | 2004-12-29 09:19:58 +0000 |
---|---|---|
committer | recht <recht> | 2004-12-29 09:19:58 +0000 |
commit | 6b6906d152c6c0ca07bd88ab8df36ed8643a9519 (patch) | |
tree | 37b4386635b616d9e75d79e9ea6ae133bd69c901 /editors | |
parent | 753738d37a71d542e628df3c0890515b7a9a0b31 (diff) | |
download | pkgsrc-6b6906d152c6c0ca07bd88ab8df36ed8643a9519.tar.gz |
bump PKGREVISION for the aiksaurus shared library version number change
Diffstat (limited to 'editors')
-rw-r--r-- | editors/lyx-qt/Makefile | 4 | ||||
-rw-r--r-- | editors/lyx-xforms/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/editors/lyx-qt/Makefile b/editors/lyx-qt/Makefile index 097138d2fcc..2083fd1b67c 100644 --- a/editors/lyx-qt/Makefile +++ b/editors/lyx-qt/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.17 2004/12/24 04:32:55 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2004/12/29 09:19:58 recht Exp $ # .include "./Makefile.common" PKGNAME= ${DISTNAME:S/lyx-/lyx-qt-/} -PKGREVISION= 1 +PKGREVISION= 2 COMMENT+= (QT version) diff --git a/editors/lyx-xforms/Makefile b/editors/lyx-xforms/Makefile index f97a2f4ecce..2fd342dae8c 100644 --- a/editors/lyx-xforms/Makefile +++ b/editors/lyx-xforms/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.13 2004/12/28 23:18:17 reed Exp $ +# $NetBSD: Makefile,v 1.14 2004/12/29 09:19:58 recht Exp $ # .include "../lyx-qt/Makefile.common" PKGNAME= ${DISTNAME:S/lyx-/lyx-xforms-/} -PKGREVISION= 2 +PKGREVISION= 3 COMMENT+= (xforms version) |