diff options
author | jlam <jlam@pkgsrc.org> | 2000-07-31 04:14:04 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-07-31 04:14:04 +0000 |
commit | d0d079e75e9d3233a5b1269d6ab1d77fe348babc (patch) | |
tree | 72ded13deb8e9f6baefeef6c4366a2dec856fd8e /misc/gnucash/Makefile | |
parent | 7fafe6f1f9ea510c5edb4dd99252cda966a4cc06 (diff) | |
download | pkgsrc-d0d079e75e9d3233a5b1269d6ab1d77fe348babc.tar.gz |
The gettext package gained a shared library. For all packages which
link against libintl.so, update the dependency on gettext to >=0.10.35nb1.
Diffstat (limited to 'misc/gnucash/Makefile')
-rw-r--r-- | misc/gnucash/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/gnucash/Makefile b/misc/gnucash/Makefile index 2a51f4c70b6..3412e966bbe 100644 --- a/misc/gnucash/Makefile +++ b/misc/gnucash/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.15 2000/06/26 20:52:33 jlam Exp $ +# $NetBSD: Makefile,v 1.16 2000/07/31 04:14:08 jlam Exp $ # -DISTNAME= gnucash-1.4.1 +DISTNAME= gnucash-1.4.3 CATEGORIES= misc MASTER_SITES= ftp://ftp.gnucash.org/pub/gnucash/sources/stable/ \ http://download.sourceforge.net/gnucash/ @@ -10,7 +10,7 @@ MAINTAINER= drankin@bohemians.lexington.ky.us HOMEPAGE= http://www.gnucash.org/ DEPENDS+= gnome-libs>=1.0.40:../../x11/gnome-libs -DEPENDS+= gettext>=0.10.35:../../devel/gettext +DEPENDS+= gettext>=0.10.35nb1:../../devel/gettext DEPENDS+= eperl-2.2.14:../../textproc/eperl DEPENDS+= libperl-5.00404:../../lang/libperl DEPENDS+= g-wrap>=0.9.4:../../devel/g-wrap |