diff options
author | wiz <wiz@pkgsrc.org> | 2010-10-02 22:46:49 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-10-02 22:46:49 +0000 |
commit | 818d0e04e79fd977357464b78bd499a717c4d4c9 (patch) | |
tree | f50596f5a942e1fffe0b660a672c6485a249ac3f /print/poppler-qt4 | |
parent | 49816b1f00e0aa7253783ca462f41d3cc6b33a14 (diff) | |
download | pkgsrc-818d0e04e79fd977357464b78bd499a717c4d4c9.tar.gz |
Makefile.common is not a good place to set PKGREVISION -- distribute
it over the corresponding Makefiles instead.
Diffstat (limited to 'print/poppler-qt4')
-rw-r--r-- | print/poppler-qt4/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/poppler-qt4/Makefile b/print/poppler-qt4/Makefile index 66f4b35597d..f94681d6779 100644 --- a/print/poppler-qt4/Makefile +++ b/print/poppler-qt4/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.14 2010/09/14 11:02:40 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2010/10/02 22:46:50 wiz Exp $ # .include "../../print/poppler/Makefile.common" PKGNAME= poppler-qt4-${POPPLER_VERS} -PKGREVISION= 1 +PKGREVISION= 2 COMMENT= PDF rendering library (QT4 wrapper) MAINTAINER= reed@reedmedia.net |