diff options
author | rh <rh@pkgsrc.org> | 2004-12-08 21:53:34 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2004-12-08 21:53:34 +0000 |
commit | 8472eb4a5786d5ee3a95ad7ee00b52b61db4f0cc (patch) | |
tree | 02f30590f35bc3844788a9db8e26074c78a0e18e /devel | |
parent | dd899faf1677f5637bf1b5c33652aa5ce60d3df7 (diff) | |
download | pkgsrc-8472eb4a5786d5ee3a95ad7ee00b52b61db4f0cc.tar.gz |
Add a missing build dependency on gtk-doc.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/GConf/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/GConf/Makefile b/devel/GConf/Makefile index d46be4a9f9b..364700f43e9 100644 --- a/devel/GConf/Makefile +++ b/devel/GConf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.46 2004/11/30 18:25:56 wiz Exp $ +# $NetBSD: Makefile,v 1.47 2004/12/08 21:53:34 rh Exp $ # DISTNAME= GConf-1.0.9 @@ -7,12 +7,12 @@ CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/GConf/1.0/} EXTRACT_SUFX= .tar.bz2 -MAINTAINER= rh@NetBSD.org +MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://advogato.org/proj/GConf/ COMMENT= Configuration database system used by GNOME +BUILD_DEPENDS= gtk-doc-[0-9]*:../../textproc/gtk-doc BUILD_USES_MSGFMT= yes -#DEPENDS+= guile>=1.3.4:../../lang/guile USE_BUILDLINK3= YES USE_PKGLOCALEDIR= YES |