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 | |
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')
-rw-r--r-- | misc/gnucash/Makefile | 6 | ||||
-rw-r--r-- | misc/gperiodic/Makefile | 4 | ||||
-rw-r--r-- | misc/quicklist/Makefile | 4 | ||||
-rw-r--r-- | misc/rpm/Makefile | 4 |
4 files changed, 9 insertions, 9 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 diff --git a/misc/gperiodic/Makefile b/misc/gperiodic/Makefile index 85b86048cba..10eb6c48614 100644 --- a/misc/gperiodic/Makefile +++ b/misc/gperiodic/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2000/01/10 19:11:09 hubertf Exp $ +# $NetBSD: Makefile,v 1.4 2000/07/31 04:14:09 jlam Exp $ # DISTNAME= gperiodic-1.2.6 @@ -9,7 +9,7 @@ MASTER_SITES= ftp://ftp.seul.org/pub/gperiodic/ MAINTAINER= jlam@netbsd.org HOMEPAGE= http://gperiodic.seul.org/ -DEPENDS+= gettext-0.10.*:../../devel/gettext +DEPENDS+= gettext>=0.10.35nb1:../../devel/gettext DEPENDS+= gtk+-1.2.*:../../x11/gtk GNU_CONFIGURE= yes diff --git a/misc/quicklist/Makefile b/misc/quicklist/Makefile index 678d0189dde..a8ed5fda87f 100644 --- a/misc/quicklist/Makefile +++ b/misc/quicklist/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2000/04/28 00:34:59 garbled Exp $ +# $NetBSD: Makefile,v 1.5 2000/07/31 04:14:09 jlam Exp $ # DISTNAME= quicklist-0.8.6 @@ -8,7 +8,7 @@ MASTER_SITES= ftp://ftp.quicklist.org/ MAINTAINER= jlam@netbsd.org HOMEPAGE= http://www.quicklist.org/ -DEPENDS+= gettext-0.10.*:../../devel/gettext +DEPENDS+= gettext>=0.10.35nb1:../../devel/gettext DEPENDS+= gtk+-1.2.*:../../x11/gtk GNU_CONFIGURE= yes diff --git a/misc/rpm/Makefile b/misc/rpm/Makefile index e9a25f22da6..aa7260ce5c1 100644 --- a/misc/rpm/Makefile +++ b/misc/rpm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2000/07/29 02:21:56 jlam Exp $ +# $NetBSD: Makefile,v 1.21 2000/07/31 04:14:09 jlam Exp $ # DISTNAME= rpm-2.5.4 @@ -9,7 +9,7 @@ MASTER_SITES= ftp://ftp.rpm.org/pub/rpm/dist/rpm-2.5.x/ \ MAINTAINER= mycroft@netbsd.org HOMEPAGE= http://www.rpm.org/ -DEPENDS+= gettext-0.10.*:../../devel/gettext +DEPENDS+= gettext>=0.10.35nb1:../../devel/gettext GNU_CONFIGURE= yes USE_GMAKE= yes |