diff options
author | jmmv <jmmv@pkgsrc.org> | 2006-03-31 20:37:37 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2006-03-31 20:37:37 +0000 |
commit | bcd8d838ca6f0ed309d1b02aa34168ba9a93540f (patch) | |
tree | 5f477d1110968677b67189b6a5cedeed96abfe7a /print/poppler-glib | |
parent | 73f8ffcf8399c578a0d3b28a2d2ae8a35afa0ff9 (diff) | |
download | pkgsrc-bcd8d838ca6f0ed309d1b02aa34168ba9a93540f.tar.gz |
Create the include/poppler directory from the base poppler package so that
poppler-qt can install its headers properly. Found by tron@.
This also helps in removing this shared directory (used in poppler-qt and
poppler-glib) from a single place.
Bump PKGREVISION of the three packages to 1.
Diffstat (limited to 'print/poppler-glib')
-rw-r--r-- | print/poppler-glib/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/print/poppler-glib/Makefile b/print/poppler-glib/Makefile index b1056d7f4be..9a68e5d5da2 100644 --- a/print/poppler-glib/Makefile +++ b/print/poppler-glib/Makefile @@ -1,9 +1,11 @@ -# $NetBSD: Makefile,v 1.3 2006/03/30 21:30:25 jmmv Exp $ +# $NetBSD: Makefile,v 1.4 2006/03/31 20:37:37 jmmv Exp $ # .include "../../print/poppler/Makefile.common" PKGNAME= poppler-glib-${POPPLER_VERS} +PKGREVISION= 1 + COMMENT= PDF rendering library (GLib wrapper) CONFLICTS+= poppler<0.4.5nb1 @@ -34,7 +36,7 @@ post-install: .include "../../devel/glib2/buildlink3.mk" .include "../../graphics/cairo/buildlink3.mk" -BUILDLINK_DEPENDS.poppler+= poppler>=${POPPLER_VERS} +BUILDLINK_DEPENDS.poppler+= poppler>=${POPPLER_VERS}nb1 .include "../../print/poppler/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" |