summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>2003-04-20 08:26:15 +0000
committerrh <rh@pkgsrc.org>2003-04-20 08:26:15 +0000
commit9e6f36f6185dfb10a6f0f913021a256f1e04cc34 (patch)
tree0e82ba17e04f0b4b581c09c8604bf2cc0e1ce760 /print
parent281c0abaa8f9c8ddab333e31bc567813d1278441 (diff)
downloadpkgsrc-9e6f36f6185dfb10a6f0f913021a256f1e04cc34.tar.gz
Remove unnecessary gnome-core dependency.
Depend on gnome-libs/bonobo/oaf instead. Bump PKGREVISION.
Diffstat (limited to 'print')
-rw-r--r--print/ggv/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/print/ggv/Makefile b/print/ggv/Makefile
index 5455890e2c5..8f2ff045c5e 100644
--- a/print/ggv/Makefile
+++ b/print/ggv/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.36 2003/02/18 14:56:01 jmmv Exp $
+# $NetBSD: Makefile,v 1.37 2003/04/20 08:26:15 rh Exp $
#
DISTNAME= ggv-1.0.2
-PKGREVISION= 6
+PKGREVISION= 7
CATEGORIES= print gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/ggv/1.0/}
@@ -19,7 +19,9 @@ USE_LIBTOOL= YES
USE_X11BASE= YES
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
+.include "../../devel/bonobo/buildlink2.mk"
+.include "../../devel/oaf/buildlink2.mk"
.include "../../textproc/scrollkeeper/omf.mk"
-.include "../../x11/gnome-core/buildlink2.mk"
+.include "../../x11/gnome-libs/buildlink2.mk"
.include "../../mk/ghostscript.mk"
.include "../../mk/bsd.pkg.mk"