summaryrefslogtreecommitdiff
path: root/devel/gal/Makefile
diff options
context:
space:
mode:
authormjl <mjl@pkgsrc.org>2001-03-18 02:12:01 +0000
committermjl <mjl@pkgsrc.org>2001-03-18 02:12:01 +0000
commit088631012fe80822f6f8e3a1bd1e9f5c49145e4b (patch)
tree0c869c87d3ee023dbaafcff282594f42e2ed3f69 /devel/gal/Makefile
parentabe88a9e684e941b67d569277259063fda6f3b1f (diff)
downloadpkgsrc-088631012fe80822f6f8e3a1bd1e9f5c49145e4b.tar.gz
Updated to 0.5. Lots of changes, too many to list here, sorry.
The update is needed for gnumeric 0.64.
Diffstat (limited to 'devel/gal/Makefile')
-rw-r--r--devel/gal/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/devel/gal/Makefile b/devel/gal/Makefile
index d5044d6d498..13de55ff089 100644
--- a/devel/gal/Makefile
+++ b/devel/gal/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2001/02/16 14:38:25 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2001/03/18 02:12:01 mjl Exp $
#
-DISTNAME= gal-0.4.1
+DISTNAME= gal-0.5
CATEGORIES= gnome devel
MASTER_SITES= ${MASTER_SITE_GNOME:=unstable/sources/gal/}
@@ -13,7 +13,7 @@ DEPENDS+= libiconv-*:../../converters/libiconv
DEPENDS+= gnome-core>=1.2.0:../../x11/gnome-core
DEPENDS+= gnome-print>=0.25:../../print/gnome-print
DEPENDS+= gnome-vfs-*:../../sysutils/gnome-vfs
-DEPENDS+= libglade>=0.14:../../devel/libglade
+DEPENDS+= libglade>=0.13:../../devel/libglade
DEPENDS+= libunicode>=0.4:../../textproc/libunicode
DEPENDS+= bonobo>=0.26:../../devel/bonobo
@@ -21,6 +21,8 @@ GNU_CONFIGURE= YES
USE_LIBTOOL= YES
USE_X11BASE= YES
+CONFIGURE_ARGS+= -with-libiconv=${LOCALBASE}
+
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
.include "../../mk/bsd.pkg.mk"