diff options
author | wiz <wiz> | 2000-11-30 00:37:48 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-11-30 00:37:48 +0000 |
commit | dbf8f4ece9b02ca4f62ad0fa463fabca86a1f97c (patch) | |
tree | 0a649406f901374b1a3e689714c452f25f020df9 /devel | |
parent | 9de405bf933212ac99f669ade1a99687a488d4ba (diff) | |
download | pkgsrc-dbf8f4ece9b02ca4f62ad0fa463fabca86a1f97c.tar.gz |
USE_LIBINTL and msgfmt are enough for this one, too, don't really need
gettext.
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 |