summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorrh <rh>2003-04-20 08:26:15 +0000
committerrh <rh>2003-04-20 08:26:15 +0000
commit205ae71a60d7814d329dce860a4bd81331ba5ccc (patch)
tree0e82ba17e04f0b4b581c09c8604bf2cc0e1ce760 /print
parent3367aa482c0231206ef5e0b62ac63e574b6c9876 (diff)
downloadpkgsrc-205ae71a60d7814d329dce860a4bd81331ba5ccc.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"