summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoritojun <itojun@pkgsrc.org>2000-11-27 11:54:33 +0000
committeritojun <itojun@pkgsrc.org>2000-11-27 11:54:33 +0000
commitbf9905dfb1c0449a74e28573fd9969b67af2ba6c (patch)
treee06df845d087759ea9fe5aa98468a259eb416c86
parentcea734eb4c945d4e271321ccd8e1c4a49339fc6d (diff)
downloadpkgsrc-bf9905dfb1c0449a74e28573fd9969b67af2ba6c.tar.gz
requires msgfmt and libintl
-rw-r--r--x11/controlcenter/Makefile4
-rw-r--r--x11/gnome-core/Makefile4
2 files changed, 6 insertions, 2 deletions
diff --git a/x11/controlcenter/Makefile b/x11/controlcenter/Makefile
index 8308fb23fd6..ae7ebbca17f 100644
--- a/x11/controlcenter/Makefile
+++ b/x11/controlcenter/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2000/10/18 00:01:10 jlam Exp $
+# $NetBSD: Makefile,v 1.25 2000/11/27 11:55:03 itojun Exp $
DISTNAME= control-center-1.2.2
CATEGORIES= x11 gnome
@@ -9,9 +9,11 @@ HOMEPAGE= http://www.gnome.org/
DEPENDS+= gnome-libs>=1.2.0:../../x11/gnome-libs
DEPENDS+= gdk-pixbuf>=0.7.0:../../graphics/gdk-pixbuf
+BUILD_DEPENDS+= msgfmt:../../devel/gettext
USE_X11BASE= # defined
USE_GMAKE= # defined
+USE_LIBINTL= # defined
USE_LIBTOOL= # defined
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
diff --git a/x11/gnome-core/Makefile b/x11/gnome-core/Makefile
index 6ee0df23b5f..a4a20c3c973 100644
--- a/x11/gnome-core/Makefile
+++ b/x11/gnome-core/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.54 2000/11/25 18:08:46 rh Exp $
+# $NetBSD: Makefile,v 1.55 2000/11/27 11:54:33 itojun Exp $
DISTNAME= gnome-core-1.2.4
CATEGORIES= x11 gnome
@@ -11,7 +11,9 @@ DEPENDS+= gdk-pixbuf>=0.7.0:../../graphics/gdk-pixbuf
DEPENDS+= libghttp>=1.0.4:../../www/libghttp
DEPENDS+= libxml-*:../../textproc/libxml
DEPENDS+= xscreensaver-gnome>=3.25nb1:../xscreensaver-gnome
+BUILD_DEPENDS+= msgfmt:../../devel/gettext
+USE_LIBINTL= YES
USE_X11BASE= YES
USE_GMAKE= YES
USE_LIBTOOL= YES