diff options
Diffstat (limited to 'devel/libgnome')
-rw-r--r-- | devel/libgnome/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/libgnome/Makefile b/devel/libgnome/Makefile index 0a194e0b558..b6186a13c24 100644 --- a/devel/libgnome/Makefile +++ b/devel/libgnome/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.33 2004/10/03 00:13:29 tv Exp $ +# $NetBSD: Makefile,v 1.34 2005/01/23 21:57:43 hira Exp $ # DISTNAME= libgnome-2.8.0 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libgnome/2.8/} EXTRACT_SUFX= .tar.bz2 @@ -26,6 +26,7 @@ USE_PKGINSTALL= YES PKGCONFIG_OVERRIDE= libgnome/libgnome-2.0.pc.in CONFIGURE_ARGS= --enable-gtk-doc=no +CONFIGURE_ARGS+= --localstatedir=${VARBASE} CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASEDIR} CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc |