diff options
author | wiz <wiz@pkgsrc.org> | 2000-12-17 12:00:42 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-12-17 12:00:42 +0000 |
commit | c952ee9d22e248a859308dffb5b3d02c9da61a4a (patch) | |
tree | 5a75ce5a750d5c84f2a8a4daa0288d8fd06bbf99 /finance | |
parent | 9f1a537c6405df73ba57ff17128e485bd8c14a93 (diff) | |
download | pkgsrc-c952ee9d22e248a859308dffb5b3d02c9da61a4a.tar.gz |
Add dependency on libxml.
Diffstat (limited to 'finance')
-rw-r--r-- | finance/gnofin/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/finance/gnofin/Makefile b/finance/gnofin/Makefile index c27a3c06a93..45a3615bfab 100644 --- a/finance/gnofin/Makefile +++ b/finance/gnofin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2000/12/15 03:30:48 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2000/12/17 12:00:42 wiz Exp $ # DISTNAME= gnofin-0.8.4 @@ -11,6 +11,7 @@ HOMEPAGE= http://gnofin.sourceforge.net/ BUILD_DEPENDS+= msgfmt:../../devel/gettext DEPENDS+= gtk+-1.2.*:../../x11/gtk DEPENDS+= gnome-libs-*:../../x11/gnome-libs +DEPENDS+= libxml>=1.8.10:../../textproc/libxml USE_X11= yes GNU_CONFIGURE= yes |