diff options
author | reed <reed@pkgsrc.org> | 2006-04-11 21:43:20 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2006-04-11 21:43:20 +0000 |
commit | 98b1b0a4f720bdb975d04e9a0a10d7d0b2036e90 (patch) | |
tree | 492284f67e93771c6810f465bb1f776c8843dbdd /print | |
parent | 8134c80872f2736a1fdc6e8e9c7c923ad7cf5414 (diff) | |
download | pkgsrc-98b1b0a4f720bdb975d04e9a0a10d7d0b2036e90.tar.gz |
Move the include of devel/GConf2/schemas.mk from the Makefile.common
to Makefile. And it is included now after the GCONF2_SCHEMAS are defined.
This was noticed by Matthias Drochner. Thank you.
I verified by comparing the +INSTALL files before and after.
Bumped PKGREVISION.
Diffstat (limited to 'print')
-rw-r--r-- | print/evince/Makefile | 5 | ||||
-rw-r--r-- | print/evince/Makefile.common | 3 |
2 files changed, 4 insertions, 4 deletions
diff --git a/print/evince/Makefile b/print/evince/Makefile index 114a2b32944..bf8f4cfdfac 100644 --- a/print/evince/Makefile +++ b/print/evince/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.15 2006/04/11 06:12:02 reed Exp $ +# $NetBSD: Makefile,v 1.16 2006/04/11 21:43:20 reed Exp $ # .include "../../print/evince/Makefile.common" -PKGREVISION= 1 +PKGREVISION= 2 COMMENT= Document viewer for the GNOME Desktop @@ -25,6 +25,7 @@ GCONF2_SCHEMAS+= evince-thumbnailer-dvi.schemas PLIST_SUBST+= DVI="@comment " .endif +.include "../../devel/GConf2/schemas.mk" .include "../../security/gnome-keyring/buildlink3.mk" .include "../../sysutils/dbus/buildlink3.mk" .include "../../sysutils/dbus-glib/buildlink3.mk" diff --git a/print/evince/Makefile.common b/print/evince/Makefile.common index b1f6d4f96e5..8ce444049ab 100644 --- a/print/evince/Makefile.common +++ b/print/evince/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.1 2006/04/08 21:02:26 reed Exp $ +# $NetBSD: Makefile.common,v 1.2 2006/04/11 21:43:20 reed Exp $ # DISTNAME= evince-0.5.2 @@ -26,7 +26,6 @@ pre-configure: ${ECHO} "echo 8.51" >${BUILDLINK_DIR}/bin/gs ${CHMOD} +x ${BUILDLINK_DIR}/bin/gs -.include "../../devel/GConf2/schemas.mk" .include "../../devel/glib2/buildlink3.mk" .include "../../devel/libglade2/buildlink3.mk" .include "../../devel/libgnomeui/buildlink3.mk" |