From a4c20963c9d3697324e50e3fa4cd5cddee56b263 Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 30 Nov 2000 00:37:48 +0000 Subject: USE_LIBINTL and msgfmt are enough for this one, too, don't really need gettext. --- devel/libglade/Makefile | 5 +++-- 1 file 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 -- cgit v1.2.3