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-glib | |
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-glib')
-rw-r--r-- | print/poppler-glib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/poppler-glib/Makefile b/print/poppler-glib/Makefile index 7aff59ceae1..9e03279bb20 100644 --- a/print/poppler-glib/Makefile +++ b/print/poppler-glib/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.30 2010/09/14 11:00:44 wiz Exp $ +# $NetBSD: Makefile,v 1.31 2010/10/02 22:46:49 wiz Exp $ # .include "../../print/poppler/Makefile.common" PKGNAME= poppler-glib-${POPPLER_VERS} -PKGREVISION= 1 +PKGREVISION= 2 COMMENT= PDF rendering library (GLib wrapper) MAINTAINER= reed@reedmedia.net |