diff options
author | rh <rh@pkgsrc.org> | 2001-01-01 17:33:44 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2001-01-01 17:33:44 +0000 |
commit | 2d7cbad3a1e8877977179bb87b262d78cde6e3a3 (patch) | |
tree | 4f43afd310b24da96b8c52ef4817a728d1024369 /devel | |
parent | 20b00888f3088e12bb8b7a4f39fc98ae59ee4ee3 (diff) | |
download | pkgsrc-2d7cbad3a1e8877977179bb87b262d78cde6e3a3.tar.gz |
Add dependency on libiconv.
Diffstat (limited to 'devel')
-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 03c0fd98c76..062fac00334 100644 --- a/devel/gal/Makefile +++ b/devel/gal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2000/12/31 09:35:24 rh Exp $ +# $NetBSD: Makefile,v 1.7 2001/01/01 17:33:44 rh Exp $ # DISTNAME= gal-0.4.1 @@ -8,6 +8,7 @@ MASTER_SITES= ${MASTER_SITE_GNOME:=unstable/sources/gal/} MAINTAINER= rh@netbsd.org HOMEPAGE= http://www.gnome.org/ +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 |