diff options
author | rh <rh> | 2000-05-30 09:12:24 +0000 |
---|---|---|
committer | rh <rh> | 2000-05-30 09:12:24 +0000 |
commit | b7ba14f2998c4599e2b7b7800852e5ede4c68bb2 (patch) | |
tree | 22c952056f103188ab2113e8a78262c272bad38b /misc/gnucash | |
parent | e39a9398c4fa90b689c948c434040a4205297543 (diff) | |
download | pkgsrc-b7ba14f2998c4599e2b7b7800852e5ede4c68bb2.tar.gz |
Change dependency on libxml to >=1.8.5
Diffstat (limited to 'misc/gnucash')
-rw-r--r-- | misc/gnucash/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/gnucash/Makefile b/misc/gnucash/Makefile index c6a9bfed037..9b083407c7b 100644 --- a/misc/gnucash/Makefile +++ b/misc/gnucash/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2000/05/13 06:21:01 rh Exp $ +# $NetBSD: Makefile,v 1.11 2000/05/30 09:12:24 rh Exp $ # DISTNAME= gnucash-1.3.7 @@ -15,7 +15,7 @@ DEPENDS+= libperl-5.00404:../../lang/libperl DEPENDS+= guile-1.3.*:../../lang/guile DEPENDS+= guile-slib-2c7:../../devel/guile-slib DEPENDS+= swig-1.1p5:../../devel/swig -DEPENDS+= libxml-1.8.5:../../textproc/libxml +DEPENDS+= libxml>=1.8.5:../../textproc/libxml USE_X11= yes GNU_CONFIGURE= yes |