diff options
author | joerg <joerg> | 2009-02-09 22:56:21 +0000 |
---|---|---|
committer | joerg <joerg> | 2009-02-09 22:56:21 +0000 |
commit | f924822c130c51be136909680525539e680962b9 (patch) | |
tree | 1bcb6950318fcb7cb60eb9b7184e085ec6937037 /editors/lyx-qt | |
parent | 124ec3c6a06916c1d94bcc43b55da9242d82db45 (diff) | |
download | pkgsrc-f924822c130c51be136909680525539e680962b9.tar.gz |
Switch to Python 2.5 as default. Bump revision of all packages that have
changed runtime dependencies now.
Diffstat (limited to 'editors/lyx-qt')
-rw-r--r-- | editors/lyx-qt/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/lyx-qt/Makefile b/editors/lyx-qt/Makefile index f229349d81e..a877e2d823d 100644 --- a/editors/lyx-qt/Makefile +++ b/editors/lyx-qt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2008/07/14 12:56:03 joerg Exp $ +# $NetBSD: Makefile,v 1.36 2009/02/09 22:56:23 joerg Exp $ # PKG_DESTDIR_SUPPORT= user-destdir @@ -6,6 +6,7 @@ PKG_DESTDIR_SUPPORT= user-destdir .include "./Makefile.common" PKGNAME= ${DISTNAME:S/lyx-/lyx-qt-/} +PKGREVISION= 1 COMMENT+= (QT version) |