diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2000-11-14 22:43:34 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2000-11-14 22:43:34 +0000 |
commit | 43aba2740165a1159463664dcbf60ab80e23bea1 (patch) | |
tree | 06d5a3c81a4dd8af7165d26012e10a3861f93eb5 /x11/gtk | |
parent | f16329ab18670550655c3755641ae389217d6949 (diff) | |
download | pkgsrc-43aba2740165a1159463664dcbf60ab80e23bea1.tar.gz |
use USE_LIBINTL instead of explicit dependance on gettext pkg - the package
seem to work ok with gettext/libintl which is in -current tree
Diffstat (limited to 'x11/gtk')
-rw-r--r-- | x11/gtk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |