diff options
Diffstat (limited to 'devel/glade/Makefile.common')
-rw-r--r-- | devel/glade/Makefile.common | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/glade/Makefile.common b/devel/glade/Makefile.common index 467768e8ee3..134a8dfdede 100644 --- a/devel/glade/Makefile.common +++ b/devel/glade/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.2 2006/06/11 13:57:54 joerg Exp $ +# $NetBSD: Makefile.common,v 1.3 2006/07/05 05:37:40 jlam Exp $ DISTNAME= glade-2.12.1 CATEGORIES= devel @@ -17,12 +17,11 @@ CONFLICTS+= glade2-[0-9]* glade2-gnome-[0-9]* GNU_CONFIGURE= YES USE_DIRS+= gnome2-1.5 -USE_TOOLS+= gmake pkg-config msgfmt +USE_TOOLS+= gmake intltool msgfmt pkg-config USE_LIBTOOL= YES USE_PKGLOCALEDIR= YES .include "../../devel/gettext-lib/buildlink3.mk" -.include "../../textproc/intltool/buildlink3.mk" .include "../../textproc/libxml2/buildlink3.mk" .include "../../textproc/scrollkeeper/omf.mk" .include "../../x11/gtk2/buildlink3.mk" |