diff options
Diffstat (limited to 'devel')
-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 |