diff options
author | tron <tron@pkgsrc.org> | 2001-10-06 10:22:26 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-10-06 10:22:26 +0000 |
commit | e17c4c51442a571980ef3b4086fc1281641f511c (patch) | |
tree | e5db749cc38435e965f367f6c6fa6feda0a882e6 /print/ggv | |
parent | c746ba82f0abcc5caf1dcdce79c400220c85504b (diff) | |
download | pkgsrc-e17c4c51442a571980ef3b4086fc1281641f511c.tar.gz |
Use buildlink glue code for "bonobo" to fix build problem.
Diffstat (limited to 'print/ggv')
-rw-r--r-- | print/ggv/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/ggv/Makefile b/print/ggv/Makefile index 1e0b526b53d..ecf8f3c772c 100644 --- a/print/ggv/Makefile +++ b/print/ggv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2001/04/07 06:22:10 rh Exp $ +# $NetBSD: Makefile,v 1.21 2001/10/06 10:22:26 tron Exp $ # DISTNAME= ggv-1.0 @@ -17,4 +17,5 @@ USE_LIBTOOL= YES USE_X11BASE= YES CONFIGURE_ARGS+=--disable-bonobotest +.include "../../devel/bonobo/buildlink.mk" .include "../../mk/bsd.pkg.mk" |