summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2004-04-11 22:43:47 +0000
committerjmmv <jmmv@pkgsrc.org>2004-04-11 22:43:47 +0000
commit4234c525eb90113cfbb92133208dd48831811a32 (patch)
tree684d43332e27acac9dd8c6e4df9de883be2835df /print
parentb49aa170725d0a72f5510d2b7350b4ed37dd6ce5 (diff)
downloadpkgsrc-4234c525eb90113cfbb92133208dd48831811a32.tar.gz
Fix registration of GConf2 schemas and OMF catalogs. Bump PKGREVISION to 1.
Diffstat (limited to 'print')
-rw-r--r--print/gpdf/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/print/gpdf/Makefile b/print/gpdf/Makefile
index 0b11603f5d6..65653103d08 100644
--- a/print/gpdf/Makefile
+++ b/print/gpdf/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.13 2004/04/01 18:58:20 jmmv Exp $
+# $NetBSD: Makefile,v 1.14 2004/04/11 22:43:47 jmmv Exp $
#
DISTNAME= gpdf-0.131
+PKGREVISION= 1
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gpdf/0.131/}
EXTRACT_SUFX= .tar.bz2
@@ -21,6 +22,8 @@ USE_LIBTOOL= yes
USE_X11= yes
GNU_CONFIGURE= yes
+GCONF2_SCHEMAS= gpdf.schemas
+
.include "../../devel/GConf2/schemas.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/libbonobo/buildlink3.mk"
@@ -32,6 +35,6 @@ GNU_CONFIGURE= yes
.include "../../print/libgnomeprintui/buildlink3.mk"
.include "../../sysutils/gnome-vfs2/buildlink3.mk"
.include "../../textproc/intltool/buildlink3.mk"
-.include "../../textproc/scrollkeeper/buildlink3.mk"
+.include "../../textproc/scrollkeeper/omf.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"