diff options
author | tron <tron@pkgsrc.org> | 2000-07-05 16:54:19 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-07-05 16:54:19 +0000 |
commit | ea090e2367db171c0349240400462fe3fe6449f9 (patch) | |
tree | 247bfd50475b428e9735980e7970b1e5228e092a /graphics | |
parent | 9e487b04656cf3eb6c7a1007b5106b4227f6613b (diff) | |
download | pkgsrc-ea090e2367db171c0349240400462fe3fe6449f9.tar.gz |
Add dependence on version "0.10.35nb1" of the "gettext" package because
shared modules won't be built otherwise.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gimp-current/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/gimp-current/Makefile b/graphics/gimp-current/Makefile index 1a95e8c4d68..8dd1632aca4 100644 --- a/graphics/gimp-current/Makefile +++ b/graphics/gimp-current/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2000/07/05 15:52:03 tron Exp $ +# $NetBSD: Makefile,v 1.17 2000/07/05 16:54:19 tron Exp $ DISTNAME= gimp-1.1.24 CATEGORIES= graphics @@ -11,6 +11,7 @@ MAINTAINER= hubert@netbsd.org HOMEPAGE= http://www.gimp.org/ DEPENDS+= jpeg-6b:../../graphics/jpeg +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 |