diff options
author | joerg <joerg@pkgsrc.org> | 2009-02-09 22:56:21 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-02-09 22:56:21 +0000 |
commit | 900a91854c6246bb6b9d9ab2714409df2ef0f1b4 (patch) | |
tree | 1bcb6950318fcb7cb60eb9b7184e085ec6937037 /print/cjk-lyx | |
parent | 4a70fccab0f6601a54e701a9be6625d754e7f556 (diff) | |
download | pkgsrc-900a91854c6246bb6b9d9ab2714409df2ef0f1b4.tar.gz |
Switch to Python 2.5 as default. Bump revision of all packages that have
changed runtime dependencies now.
Diffstat (limited to 'print/cjk-lyx')
-rw-r--r-- | print/cjk-lyx/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/cjk-lyx/Makefile b/print/cjk-lyx/Makefile index df0c857b60d..eb29fe3b4fd 100644 --- a/print/cjk-lyx/Makefile +++ b/print/cjk-lyx/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.26 2008/08/17 05:52:30 dholland Exp $ +# $NetBSD: Makefile,v 1.27 2009/02/09 22:56:26 joerg Exp $ DISTNAME= lyx-${LYX_VERS} PKGNAME= cjk-${DISTNAME} -PKGREVISION= 7 +PKGREVISION= 8 CATEGORIES= print MASTER_SITES= ftp://ftp.lyx.org/pub/lyx/stable/ \ ftp://gd.tuwien.ac.at/publishing/tex/lyx/stable/ |