summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorhubertf <hubertf>2000-11-24 05:16:29 +0000
committerhubertf <hubertf>2000-11-24 05:16:29 +0000
commit87648a6603854825ed57f0ec8a6b6d67777b901a (patch)
tree82aab8c0dfcd0a89fb27b921db3e241bae2d5969 /x11
parent0a2be361bba9a9dc500c0322f47a01d030b1587b (diff)
downloadpkgsrc-87648a6603854825ed57f0ec8a6b6d67777b901a.tar.gz
pull in gettext (msgfmt), so the .po files get built
Diffstat (limited to 'x11')
-rw-r--r--x11/gtk/Makefile3
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