diff options
author | hubertf <hubertf@pkgsrc.org> | 2000-11-24 05:16:29 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2000-11-24 05:16:29 +0000 |
commit | 2212731f7f3efd16d0c89861b665565f60c2dd2c (patch) | |
tree | 82aab8c0dfcd0a89fb27b921db3e241bae2d5969 | |
parent | 7e6c5d704aa3db7cc55972c6eca4ef6a9a3d9ae5 (diff) | |
download | pkgsrc-2212731f7f3efd16d0c89861b665565f60c2dd2c.tar.gz |
pull in gettext (msgfmt), so the .po files get built
-rw-r--r-- | x11/gtk/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/gtk/Makefile b/x11/gtk/Makefile index d47acd7fe4e..6bb28f24351 100644 --- a/x11/gtk/Makefile +++ b/x11/gtk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.48 2000/11/14 22:43:34 jdolecek Exp $ +# $NetBSD: Makefile,v 1.49 2000/11/24 05:16:29 hubertf Exp $ DISTNAME= gtk+-1.2.8 CATEGORIES= x11 @@ -12,6 +12,7 @@ HOMEPAGE= http://www.gtk.org/ DEPENDS+= glib>=1.2.8:../../devel/glib BUILD_DEPENDS+= ${PERL5}:../../lang/perl5-base +BUILD_DEPENDS+= msgfmt:../../devel/gettext USE_LIBINTL= yes USE_LIBTOOL= yes |