diff options
author | wiz <wiz@pkgsrc.org> | 2000-11-30 00:37:48 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-11-30 00:37:48 +0000 |
commit | a4c20963c9d3697324e50e3fa4cd5cddee56b263 (patch) | |
tree | 0a649406f901374b1a3e689714c452f25f020df9 /devel/libglade | |
parent | 5cf570e49ac6ba3425495d0acbebce724d7a0316 (diff) | |
download | pkgsrc-a4c20963c9d3697324e50e3fa4cd5cddee56b263.tar.gz |
USE_LIBINTL and msgfmt are enough for this one, too, don't really need
gettext.
Diffstat (limited to 'devel/libglade')
-rw-r--r-- | devel/libglade/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/libglade/Makefile b/devel/libglade/Makefile index 1752a14e6c6..8cc2457ee26 100644 --- a/devel/libglade/Makefile +++ b/devel/libglade/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2000/10/17 17:07:44 rh Exp $ +# $NetBSD: Makefile,v 1.26 2000/11/30 00:37:48 wiz Exp $ # DISTNAME= libglade-0.14 @@ -8,12 +8,13 @@ MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/libglade/} MAINTAINER= rh@netbsd.org HOMEPAGE= http://www.daa.com.au/~james/gnome/ -DEPENDS+= gettext>=0.10.35nb1:../../devel/gettext +BUILD_DEPENDS+= msgfmt:../../devel/gettext # do not remove esound pre-requisite DEPENDS+= esound>=0.2.18:../../audio/esound DEPENDS+= gnome-libs>=1.2.1:../../x11/gnome-libs DEPENDS+= libxml>=1.8.5:../../textproc/libxml +USE_LIBINTL= YES USE_LIBTOOL= YES USE_X11BASE= YES |