diff options
author | rh <rh@pkgsrc.org> | 2003-01-12 06:49:36 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2003-01-12 06:49:36 +0000 |
commit | 557c04ea1ec2e581de426dfb7c97539c8e984e90 (patch) | |
tree | 09c145d5a112fdc5d3b8cf1a31a7fce47914af1a /misc/gnome-utils/Makefile | |
parent | 93a91cc951a7fde9ca9180899b98b266c8e1e289 (diff) | |
download | pkgsrc-557c04ea1ec2e581de426dfb7c97539c8e984e90.tar.gz |
Update gnome-utils to 1.4.1.2. Notable changes include:
* Works with gtkhtml-1.1
* Remove guile support to unbreak gnome (needs fixing in the
guile 1.4 and 1.6 packages)
* Translation updates
* Build fixes
* Update documentation
* Search unusual install paths for data
* Fix task redraw bug
* New popup menu entries
* Misc bugfixes
* Fixes to configure/makefile setup
* spec file file list fixes
* coredump fixes
* column drawing fixes
* fix for printing dates, titles and tooltips
* updated man pages
Diffstat (limited to 'misc/gnome-utils/Makefile')
-rw-r--r-- | misc/gnome-utils/Makefile | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/misc/gnome-utils/Makefile b/misc/gnome-utils/Makefile index e840eeb800f..249c7b888da 100644 --- a/misc/gnome-utils/Makefile +++ b/misc/gnome-utils/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.53 2003/01/07 03:56:27 uebayasi Exp $ +# $NetBSD: Makefile,v 1.54 2003/01/12 06:49:36 rh Exp $ -DISTNAME= gnome-utils-1.4.1 -PKGREVISION= 4 +DISTNAME= gnome-utils-1.4.1.2 CATEGORIES= misc x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-utils/1.4/} +EXTRACT_SUFX= .tar.bz2 MAINTAINER= rh@netbsd.org HOMEPAGE= http://www.gnome.org/ @@ -19,13 +19,17 @@ USE_PKGLOCALEDIR= YES GNU_CONFIGURE= YES CONFIGURE_ARGS+= --localstatedir=${SCROLLKEEPER_DATADIR} +CONFIGURE_ENV+= BUILD_GUILE=no +CONFIGURE_ENV+= PKG_CONFIG_PATH="${LOCALBASE}/lib/pkgconfig:${X11BASE}/lib/pkgconfig" +CONFIGURE_ENV+= LOCALBASE="${LOCALBASE}" .include "../../textproc/scrollkeeper/buildlink2.mk" .include "../../devel/gettext-lib/buildlink2.mk" +.include "../../devel/gnome-objc/buildlink2.mk" .include "../../devel/libglade/buildlink2.mk" .include "../../devel/libgtop/buildlink2.mk" .include "../../devel/ncurses/buildlink2.mk" -.include "../../lang/guile14/buildlink2.mk" +#.include "../../lang/guile14/buildlink2.mk" # XXX: req. guile1[46] fix first .include "../../www/gtkhtml/buildlink2.mk" .include "../../x11/gnome-core/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |