diff options
author | wiz <wiz> | 2000-12-17 12:00:42 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-12-17 12:00:42 +0000 |
commit | 8e35becf2a2022cd956493ae961de2f49414fb90 (patch) | |
tree | 5a75ce5a750d5c84f2a8a4daa0288d8fd06bbf99 /finance/gnofin | |
parent | aa5561465cff4df600469724a238e72a0060df01 (diff) | |
download | pkgsrc-8e35becf2a2022cd956493ae961de2f49414fb90.tar.gz |
Add dependency on libxml.
Diffstat (limited to 'finance/gnofin')
-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 |