diff options
author | wiz <wiz@pkgsrc.org> | 2006-01-07 15:49:11 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-01-07 15:49:11 +0000 |
commit | 274097a7a512350ee709a61c6beeca5c24b9fdf1 (patch) | |
tree | 768d5da2b67d2d156fd3e9e6628e120b4c3aa499 | |
parent | f31d9ff8ace5f7ca21f7831fe8439faf4a932404 (diff) | |
download | pkgsrc-274097a7a512350ee709a61c6beeca5c24b9fdf1.tar.gz |
Use textproc/intltool/buildlink3.mk.
-rw-r--r-- | devel/libgsf/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/libgsf/Makefile b/devel/libgsf/Makefile index 8015462b997..60ae2b4dd4d 100644 --- a/devel/libgsf/Makefile +++ b/devel/libgsf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2006/01/07 14:40:52 salo Exp $ +# $NetBSD: Makefile,v 1.31 2006/01/07 15:49:11 wiz Exp $ # DISTNAME= libgsf-1.13.3 @@ -11,8 +11,6 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.gnome.org/ COMMENT= GNOME2 structured file library -BUILD_DEPENDS+= p5-XML-Parser>=2.34:../../textproc/p5-XML-Parser - USE_TOOLS+= pkg-config gmake GNU_CONFIGURE= YES USE_LIBTOOL= YES @@ -29,6 +27,7 @@ CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc/libgsf .include "../../devel/libbonobo/buildlink3.mk" .include "../../devel/zlib/buildlink3.mk" .include "../../sysutils/gnome-vfs2/buildlink3.mk" +.include "../../textproc/intltool/buildlink3.mk" .include "../../textproc/libxml2/buildlink3.mk" .include "../../devel/GConf2/schemas.mk" .include "../../mk/bsd.pkg.mk" |