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 /graphics | |
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 'graphics')
-rw-r--r-- | graphics/gimp-current/Makefile | 4 | ||||
-rw-r--r-- | graphics/gqview/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/graphics/gimp-current/Makefile b/graphics/gimp-current/Makefile index 8c761673bb9..6cee6ede595 100644 --- a/graphics/gimp-current/Makefile +++ b/graphics/gimp-current/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2000/07/15 20:39:19 agc Exp $ +# $NetBSD: Makefile,v 1.23 2000/07/31 04:14:07 jlam Exp $ DISTNAME= gimp-1.1.24 CATEGORIES= graphics @@ -11,7 +11,7 @@ MAINTAINER= hubert@netbsd.org HOMEPAGE= http://www.gimp.org/ DEPENDS+= jpeg-6b:../../graphics/jpeg -DEPENDS+= gettext-0.10.35nb1:../../devel/gettext +DEPENDS+= gettext>=0.10.35nb1:../../devel/gettext DEPENDS+= gtk+>=1.2.7:../../x11/gtk DEPENDS+= mpeg-1.2.1:../../graphics/mpeg-lib DEPENDS+= png>=1.0.6:../../graphics/png diff --git a/graphics/gqview/Makefile b/graphics/gqview/Makefile index 51f09175d80..c8b464aa02c 100644 --- a/graphics/gqview/Makefile +++ b/graphics/gqview/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2000/05/25 10:16:45 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2000/07/31 04:14:08 jlam Exp $ # FreeBSD Id: Makefile,v 1.7 1998/12/09 06:59:39 vanilla Exp # @@ -10,7 +10,7 @@ MAINTAINER= wiz@netbsd.org HOMEPAGE= http://gqview.sourceforge.net/index.html DEPENDS+= imlib-*:../../graphics/imlib -DEPENDS+= gettext-0.10.*:../../devel/gettext +DEPENDS+= gettext>=0.10.35nb1:../../devel/gettext USE_X11BASE= yes GNU_CONFIGURE= yes |