pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print/evince Move the include of devel/GConf2/schemas....



details:   https://anonhg.NetBSD.org/pkgsrc/rev/491568831e71
branches:  trunk
changeset: 511222:491568831e71
user:      reed <reed%pkgsrc.org@localhost>
date:      Tue Apr 11 21:43:20 2006 +0000

description:
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:

 print/evince/Makefile        |  5 +++--
 print/evince/Makefile.common |  3 +--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (40 lines):

diff -r 68f75a5e233a -r 491568831e71 print/evince/Makefile
--- a/print/evince/Makefile     Tue Apr 11 21:28:23 2006 +0000
+++ b/print/evince/Makefile     Tue Apr 11 21:43:20 2006 +0000
@@ -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 @@
 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 -r 68f75a5e233a -r 491568831e71 print/evince/Makefile.common
--- a/print/evince/Makefile.common      Tue Apr 11 21:28:23 2006 +0000
+++ b/print/evince/Makefile.common      Tue Apr 11 21:43:20 2006 +0000
@@ -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 @@
        ${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"



Home | Main Index | Thread Index | Old Index