diff options
author | tron <tron@pkgsrc.org> | 2001-10-12 20:11:55 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-10-12 20:11:55 +0000 |
commit | 9f0e207eb3fc24910b587deeb88e0daa68fc5c79 (patch) | |
tree | 780bc7a7534049dfb0402e97fe09160ce9bba5c6 /x11 | |
parent | dd2739407f5d6b943a0f9f1247b8eafc3a1f4ebd (diff) | |
download | pkgsrc-9f0e207eb3fc24910b587deeb88e0daa68fc5c79.tar.gz |
Use "bzip2" buidlink glue code because the "configure" script will find
the new "bz2" library but try to link the old one otherwise.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome-core/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/gnome-core/Makefile b/x11/gnome-core/Makefile index 1afccb7b8b1..98f74b479ea 100644 --- a/x11/gnome-core/Makefile +++ b/x11/gnome-core/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.69 2001/10/06 14:47:35 rh Exp $ +# $NetBSD: Makefile,v 1.70 2001/10/12 20:11:55 tron Exp $ DISTNAME= gnome-core-1.4.0.4 CATEGORIES= x11 gnome @@ -42,6 +42,7 @@ post-install: .endfor .endfor +.include "../../archivers/bzip2/buildlink.mk" .include "../../graphics/gdk-pixbuf-gnome/buildlink.mk" .include "../../www/libghttp/buildlink.mk" .include "../../textproc/libxml/buildlink.mk" |