From 43aba2740165a1159463664dcbf60ab80e23bea1 Mon Sep 17 00:00:00 2001 From: jdolecek Date: Tue, 14 Nov 2000 22:43:34 +0000 Subject: use USE_LIBINTL instead of explicit dependance on gettext pkg - the package seem to work ok with gettext/libintl which is in -current tree --- x11/gtk/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'x11/gtk') diff --git a/x11/gtk/Makefile b/x11/gtk/Makefile index 2dc2cff242c..d47acd7fe4e 100644 --- a/x11/gtk/Makefile +++ b/x11/gtk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.47 2000/09/05 09:33:18 jlam Exp $ +# $NetBSD: Makefile,v 1.48 2000/11/14 22:43:34 jdolecek Exp $ DISTNAME= gtk+-1.2.8 CATEGORIES= x11 @@ -10,10 +10,10 @@ MASTER_SITES= ftp://ftp.gtk.org/pub/gtk/v1.2/ \ MAINTAINER= tron@netbsd.org HOMEPAGE= http://www.gtk.org/ -DEPENDS+= gettext>=0.10.35nb1:../../devel/gettext DEPENDS+= glib>=1.2.8:../../devel/glib BUILD_DEPENDS+= ${PERL5}:../../lang/perl5-base +USE_LIBINTL= yes USE_LIBTOOL= yes LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig USE_X11BASE= yes -- cgit v1.2.3