summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorjdolecek <jdolecek>2000-11-14 22:43:34 +0000
committerjdolecek <jdolecek>2000-11-14 22:43:34 +0000
commit1989ac2d2042a44e1d8ac5e783ce3c0a0b81a5b8 (patch)
tree06d5a3c81a4dd8af7165d26012e10a3861f93eb5 /x11
parenta9046ba824f7cb1717f1cd6f2c5b0cb959ac1535 (diff)
downloadpkgsrc-1989ac2d2042a44e1d8ac5e783ce3c0a0b81a5b8.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')
-rw-r--r--x11/gtk/Makefile4
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