diff options
-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 |