diff options
author | tron <tron> | 2001-10-12 20:11:55 +0000 |
---|---|---|
committer | tron <tron> | 2001-10-12 20:11:55 +0000 |
commit | 8d857de85f8e86f402dd7eb3f520b824071ed2b8 (patch) | |
tree | 780bc7a7534049dfb0402e97fe09160ce9bba5c6 /x11/gnome-core | |
parent | c54636b1e268cd0676095958bf021503fd04b76f (diff) | |
download | pkgsrc-8d857de85f8e86f402dd7eb3f520b824071ed2b8.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/gnome-core')
-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" |