summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorjmmv <jmmv>2004-04-11 22:43:47 +0000
committerjmmv <jmmv>2004-04-11 22:43:47 +0000
commitd0c28dd37e3130161b13f75457e36f2931c5ea8a (patch)
tree684d43332e27acac9dd8c6e4df9de883be2835df /print
parent3882818c2b7d4663e3651d5c8119bebdc3f141d3 (diff)
downloadpkgsrc-d0c28dd37e3130161b13f75457e36f2931c5ea8a.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"