diff options
author | wiz <wiz> | 2000-12-17 12:00:42 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-12-17 12:00:42 +0000 |
commit | 982b11c8e2912928b80f1cb92aa4e6e3356966bb (patch) | |
tree | 5a75ce5a750d5c84f2a8a4daa0288d8fd06bbf99 /finance | |
parent | 3ec7b30a50c15a998a1d8c0c2fe69a820c54c7db (diff) | |
download | pkgsrc-982b11c8e2912928b80f1cb92aa4e6e3356966bb.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 |