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 /x11 | |
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 'x11')
-rw-r--r-- | x11/gtk/Makefile | 4 | ||||
-rw-r--r-- | x11/kworldwatch/Makefile | 4 | ||||
-rw-r--r-- | x11/rep-gtk/Makefile | 4 | ||||
-rw-r--r-- | x11/windowmaker/Makefile | 4 | ||||
-rw-r--r-- | x11/xfce/Makefile | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/x11/gtk/Makefile b/x11/gtk/Makefile index bad523aa364..240fb72fd88 100644 --- a/x11/gtk/Makefile +++ b/x11/gtk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.44 2000/06/05 01:12:37 wiz Exp $ +# $NetBSD: Makefile,v 1.45 2000/07/31 04:14:11 jlam Exp $ DISTNAME= gtk+-1.2.8 CATEGORIES= x11 @@ -10,7 +10,7 @@ MASTER_SITES= ftp://ftp.gtk.org/pub/gtk/v1.2/ \ MAINTAINER= tron@netbsd.org HOMEPAGE= http://www.gtk.org/ -DEPENDS+= gettext-0.10.*:../../devel/gettext +DEPENDS+= gettext>=0.10.35nb1:../../devel/gettext DEPENDS+= glib>=1.2.8:../../devel/glib BUILD_DEPENDS+= ${LOCALBASE}/bin/perl:../../lang/perl5 diff --git a/x11/kworldwatch/Makefile b/x11/kworldwatch/Makefile index 024b136b4f6..79e26c3ea0d 100644 --- a/x11/kworldwatch/Makefile +++ b/x11/kworldwatch/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2000/07/15 20:39:27 agc Exp $ +# $NetBSD: Makefile,v 1.12 2000/07/31 04:14:11 jlam Exp $ # DISTNAME= kworldwatch-0.6 @@ -8,7 +8,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= hubertf@netbsd.org -DEPENDS+= gettext-0.10.*:../../devel/gettext +DEPENDS+= gettext>=0.10.35nb1:../../devel/gettext DEPENDS+= kde-1.1.2:../../x11/kde CONFLICTS+= kdetoys-* diff --git a/x11/rep-gtk/Makefile b/x11/rep-gtk/Makefile index ceeef8fede8..7c477d56a15 100644 --- a/x11/rep-gtk/Makefile +++ b/x11/rep-gtk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2000/07/01 03:40:18 danw Exp $ +# $NetBSD: Makefile,v 1.3 2000/07/31 04:14:11 jlam Exp $ # DISTNAME= rep-gtk-0.11 @@ -12,7 +12,7 @@ DEPENDS+= gtk+-1.2.*:../../x11/gtk DEPENDS+= librep>=0.11:../../lang/librep DEPENDS+= libglade-*:../../devel/libglade DEPENDS+= gnome-libs-*:../../x11/gnome-libs -DEPENDS+= gettext-*:../../devel/gettext +DEPENDS+= gettext>=0.10.35nb1:../../devel/gettext USE_X11= yes GNU_CONFIGURE= yes diff --git a/x11/windowmaker/Makefile b/x11/windowmaker/Makefile index b479a44ee1a..8a41bc9f2a0 100644 --- a/x11/windowmaker/Makefile +++ b/x11/windowmaker/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.52 2000/07/22 02:18:45 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.53 2000/07/31 04:14:12 jlam Exp $ DISTNAME= WindowMaker-0.62.1 PKGNAME= windowmaker-0.62.1 @@ -11,7 +11,7 @@ MAINTAINER= jlam@netbsd.org HOMEPAGE= http://www.windowmaker.org/ BUILD_DEPENDS+= ${LOCALBASE}/bin/automake:../../devel/automake -DEPENDS+= gettext-0.10.*:../../devel/gettext +DEPENDS+= gettext>=0.10.35nb1:../../devel/gettext DEPENDS+= libproplist-0.10.*:../../devel/libproplist DEPENDS+= libungif-*:../../graphics/libungif DEPENDS+= jpeg-6b:../../graphics/jpeg diff --git a/x11/xfce/Makefile b/x11/xfce/Makefile index dfd6b006eb1..13614263015 100644 --- a/x11/xfce/Makefile +++ b/x11/xfce/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2000/07/15 20:39:28 agc Exp $ +# $NetBSD: Makefile,v 1.11 2000/07/31 04:14:13 jlam Exp $ DISTNAME= xfce-3.3.1 CATEGORIES= x11 @@ -7,7 +7,7 @@ MASTER_SITES= http://www.xfce.org/archive/ MAINTAINER= jwise@netbsd.org HOMEPAGE= http://www.xfce.org/ -DEPENDS+= gettext-0.10.*:../../devel/gettext +DEPENDS+= gettext>=0.10.35nb1:../../devel/gettext DEPENDS+= gtk+-1.2.*:../../x11/gtk DEPENDS+= imlib-1.9.*:../../graphics/imlib DEPENDS+= xpm-3.4k:../../graphics/xpm |