diff options
author | rh <rh@pkgsrc.org> | 2002-01-16 03:20:17 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2002-01-16 03:20:17 +0000 |
commit | a1ea65cd77a1be6f4042c383df5a8465fddcb69b (patch) | |
tree | a67cf9b1a1eb0734d28afa833deb59d944df36cd /devel/gal/Makefile | |
parent | 0a21d8f307b26257e325dcc3c76f1ab7c29a6f68 (diff) | |
download | pkgsrc-a1ea65cd77a1be6f4042c383df5a8465fddcb69b.tar.gz |
Update gal to 0.19. Features several new widgets, API enhancements, some
more localisations, and bugfixes.
Diffstat (limited to 'devel/gal/Makefile')
-rw-r--r-- | devel/gal/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/devel/gal/Makefile b/devel/gal/Makefile index 19ea167115a..352d2021f2f 100644 --- a/devel/gal/Makefile +++ b/devel/gal/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.19 2001/10/12 16:27:43 rh Exp $ +# $NetBSD: Makefile,v 1.20 2002/01/16 03:20:18 rh Exp $ -DISTNAME= gal-0.14 +DISTNAME= gal-0.19 CATEGORIES= gnome devel MASTER_SITES= ${MASTER_SITE_GNOME:=unstable/sources/gal/} EXTRACT_SUFX= .tar.bz2 @@ -9,8 +9,6 @@ MAINTAINER= rh@netbsd.org HOMEPAGE= http://www.gnome.org/ COMMENT= Gnome Application Libraries -DEPENDS+= libunicode>=0.4:../../textproc/libunicode - GNU_CONFIGURE= YES USE_LIBTOOL= YES USE_X11BASE= YES @@ -18,6 +16,7 @@ USE_X11BASE= YES LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig .include "../../converters/libiconv/buildlink.mk" +.include "../../textproc/libunicode/buildlink.mk" .include "../../sysutils/gnome-vfs/buildlink.mk" .include "../../print/gnome-print/buildlink.mk" .include "../../devel/gettext-lib/buildlink.mk" |