diff options
author | rh <rh@pkgsrc.org> | 2000-12-17 08:54:00 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2000-12-17 08:54:00 +0000 |
commit | 456dfa82195e1381e3612460588d4fadb080dbbc (patch) | |
tree | eb4ea2aa58978ab05cbff552c45cbdaa51fb78e4 /devel/gal/Makefile | |
parent | 9228c68d60dbf91ed132652cc00004471b14a6be (diff) | |
download | pkgsrc-456dfa82195e1381e3612460588d4fadb080dbbc.tar.gz |
Add missing dependency on libunicode
Diffstat (limited to 'devel/gal/Makefile')
-rw-r--r-- | devel/gal/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/gal/Makefile b/devel/gal/Makefile index f8b23151b31..72f697c8119 100644 --- a/devel/gal/Makefile +++ b/devel/gal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2000/11/25 14:11:11 rh Exp $ +# $NetBSD: Makefile,v 1.5 2000/12/17 08:54:00 rh Exp $ # DISTNAME= gal-0.2.2 @@ -12,6 +12,7 @@ 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+= libunicode>=0.4:../../textproc/libunicode GNU_CONFIGURE= YES USE_LIBTOOL= YES |