diff options
Diffstat (limited to 'devel/gal20/Makefile')
-rw-r--r-- | devel/gal20/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/gal20/Makefile b/devel/gal20/Makefile index 340523a4f73..57e2fec227d 100644 --- a/devel/gal20/Makefile +++ b/devel/gal20/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2005/07/21 16:29:46 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2005/08/10 20:56:14 jlam Exp $ # DISTNAME= gal-1.99.11 @@ -12,7 +12,7 @@ MAINTAINER= rh@NetBSD.org HOMEPAGE= http://www.gnome.org/ COMMENT= Library functions that came from Gnumeric and Evolution -USE_TOOLS+= gmake +USE_TOOLS+= gmake pkg-config USE_PKGLOCALEDIR= yes BUILD_USES_MSGFMT= yes USE_LIBTOOL= yes @@ -22,7 +22,6 @@ CONFIGURE_ARGS= --enable-gtk-doc=no CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc/html .include "../../devel/libgnomeui/buildlink3.mk" -.include "../../devel/pkg-config/buildlink3.mk" .include "../../print/libgnomeprintui/buildlink3.mk" .include "../../textproc/intltool/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |