diff options
author | itojun <itojun@pkgsrc.org> | 2000-11-27 11:54:33 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2000-11-27 11:54:33 +0000 |
commit | bf9905dfb1c0449a74e28573fd9969b67af2ba6c (patch) | |
tree | e06df845d087759ea9fe5aa98468a259eb416c86 /x11/controlcenter | |
parent | cea734eb4c945d4e271321ccd8e1c4a49339fc6d (diff) | |
download | pkgsrc-bf9905dfb1c0449a74e28573fd9969b67af2ba6c.tar.gz |
requires msgfmt and libintl
Diffstat (limited to 'x11/controlcenter')
-rw-r--r-- | x11/controlcenter/Makefile | 4 |
1 files changed, 3 insertions, 1 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 |