diff options
author | rh <rh> | 2001-04-07 06:40:13 +0000 |
---|---|---|
committer | rh <rh> | 2001-04-07 06:40:13 +0000 |
commit | 6c45fc647661caa615a9b5ad2df07b40f8823eb3 (patch) | |
tree | 79d161703d4629e18dcf721d25c3a5dd934410d0 /devel/glade/Makefile | |
parent | 938e8aee038070f99e7a024ccd766573a24a71f1 (diff) | |
download | pkgsrc-6c45fc647661caa615a9b5ad2df07b40f8823eb3.tar.gz |
Update glade to 0.6.2. Changes include minor bug fixes, bonobo support,
and updated translations.
Diffstat (limited to 'devel/glade/Makefile')
-rw-r--r-- | devel/glade/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/devel/glade/Makefile b/devel/glade/Makefile index 8cfe3916d30..2e1b21ab3e4 100644 --- a/devel/glade/Makefile +++ b/devel/glade/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.22 2001/02/26 20:19:44 tron Exp $ +# $NetBSD: Makefile,v 1.23 2001/04/07 06:40:13 rh Exp $ # FreeBSD Id: Makefile,v 1.10 1998/11/18 17:35:16 vanilla Exp # -DISTNAME= glade-0.5.11 +DISTNAME= glade-0.6.2 CATEGORIES= devel MASTER_SITES= http://glade.pn.org/ \ ${MASTER_SITE_GNOME:=stable/sources/glade/} @@ -11,13 +11,14 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://glade.pn.org/ COMMENT= User interface builder for GTK+ -DEPENDS+= gnome-core>=1.2.0:../../x11/gnome-core +DEPENDS+= gnome-core>=1.4.0:../../x11/gnome-core GNU_CONFIGURE= yes USE_X11BASE= yes CONFIGURE_ENV+= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" CONFIGURE_ENV+= LOCALEDIR=${LOCALEDIR} +CONFIGURE_ARGS+=--with-bonobo post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/glade |