summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2006-01-07 15:49:11 +0000
committerwiz <wiz@pkgsrc.org>2006-01-07 15:49:11 +0000
commit274097a7a512350ee709a61c6beeca5c24b9fdf1 (patch)
tree768d5da2b67d2d156fd3e9e6628e120b4c3aa499
parentf31d9ff8ace5f7ca21f7831fe8439faf4a932404 (diff)
downloadpkgsrc-274097a7a512350ee709a61c6beeca5c24b9fdf1.tar.gz
Use textproc/intltool/buildlink3.mk.
-rw-r--r--devel/libgsf/Makefile5
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"