summaryrefslogtreecommitdiff
path: root/devel/GConf2/Makefile
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2003-01-05 22:12:32 +0000
committerjmmv <jmmv@pkgsrc.org>2003-01-05 22:12:32 +0000
commit0cf3c7f4b3f2f7c1c344004f842d18942bccdcf2 (patch)
treee1c5306478c7608d3fad8b9e7cd68e57508a0b2b /devel/GConf2/Makefile
parent117ad7ec15bf99070a2094d21c1c445464810f8c (diff)
downloadpkgsrc-0cf3c7f4b3f2f7c1c344004f842d18942bccdcf2.tar.gz
Install documentation under share/doc/html, not share/gtk-doc/html.
Avoid dependancy on gtk-doc (as the package ships with pre-generated documents) and on gnu gettext (not needed any longer). Some PLIST fixes. Bump PKGREVISION to 4.
Diffstat (limited to 'devel/GConf2/Makefile')
-rw-r--r--devel/GConf2/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/devel/GConf2/Makefile b/devel/GConf2/Makefile
index d02d0bfc35d..640f3f37979 100644
--- a/devel/GConf2/Makefile
+++ b/devel/GConf2/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.10 2003/01/03 15:26:55 jmmv Exp $
+# $NetBSD: Makefile,v 1.11 2003/01/05 22:12:32 jmmv Exp $
#
DISTNAME= GConf-1.2.1
PKGNAME= ${DISTNAME:S/GConf/GConf2/}
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/GConf/1.2/}
EXTRACT_SUFX= .tar.bz2
@@ -14,7 +14,6 @@ COMMENT= configuration database system used by GNOME (v2)
BUILD_USES_MSGFMT= yes
-USE_GNU_GETTEXT= yes
USE_BUILDLINK2= yes
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
@@ -24,12 +23,14 @@ USE_PERL5= build
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
+CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc/html
+CONFIGURE_ARGS+= --enable-gtk-doc=no
+
.include "../../devel/gettext-lib/buildlink2.mk"
.include "../../devel/glib2/buildlink2.mk"
.include "../../devel/popt/buildlink2.mk"
.include "../../net/ORBit2/buildlink2.mk"
.include "../../net/linc/buildlink2.mk"
-.include "../../textproc/gtk-doc/buildlink2.mk"
.include "../../textproc/libxml2/buildlink2.mk"
.include "../../x11/gtk2/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"