summaryrefslogtreecommitdiff
path: root/print/ggv/Makefile
diff options
context:
space:
mode:
authorrh <rh>2000-09-29 06:21:34 +0000
committerrh <rh>2000-09-29 06:21:34 +0000
commit2fdc2ee2a0b654754d99b47bfecf493dbc77d34d (patch)
tree18e902d443a111141f757f8e15681248c45ca5a8 /print/ggv/Makefile
parent3ac38efc46d55cd9d19c129250769e9df0f2e26f (diff)
downloadpkgsrc-2fdc2ee2a0b654754d99b47bfecf493dbc77d34d.tar.gz
Disable broken bonobo support. Fixes PR 11085 by Brian Stark
<bstark@siemens-psc.com>
Diffstat (limited to 'print/ggv/Makefile')
-rw-r--r--print/ggv/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/print/ggv/Makefile b/print/ggv/Makefile
index 2b07d58ad9f..c817187f577 100644
--- a/print/ggv/Makefile
+++ b/print/ggv/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2000/06/01 15:02:12 rh Exp $
+# $NetBSD: Makefile,v 1.18 2000/09/29 06:21:34 rh Exp $
#
DISTNAME= ggv-0.95
@@ -14,5 +14,6 @@ DEPENDS+= gnome-core>=1.2.0:../../x11/gnome-core
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
USE_X11BASE= YES
+CONFIGURE_ARGS+=--disable-bonobotest
.include "../../mk/bsd.pkg.mk"