diff options
author | rh <rh@pkgsrc.org> | 2001-08-11 18:28:58 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2001-08-11 18:28:58 +0000 |
commit | 6e5b788a32eac510ae1b758becb100f9de6865d7 (patch) | |
tree | 115505aad6807ac3271470a090309cdc769f9898 /devel/GConf/Makefile | |
parent | f3f2dacb462c21aefba4879944b260192bd9d7c0 (diff) | |
download | pkgsrc-6e5b788a32eac510ae1b758becb100f9de6865d7.tar.gz |
Update GConf to 1.0.3
Changes are bugfixes only:
* Many robustness issues and crashes fixed
* Fixes for bugs where you end up with multiple oafd's
Diffstat (limited to 'devel/GConf/Makefile')
-rw-r--r-- | devel/GConf/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/devel/GConf/Makefile b/devel/GConf/Makefile index e68e0e68df0..6906fd72674 100644 --- a/devel/GConf/Makefile +++ b/devel/GConf/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.15 2001/06/11 06:34:25 jlam Exp $ +# $NetBSD: Makefile,v 1.16 2001/08/11 18:28:58 rh Exp $ # -DISTNAME= GConf-1.0.0 +DISTNAME= GConf-1.0.3 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME:=unstable/sources/GConf/} +EXTRACT_SUFX= .tar.bz2 MAINTAINER= rh@netbsd.org HOMEPAGE= http://advogato.org/proj/GConf/ @@ -19,7 +20,7 @@ USE_LIBINTL= YES USE_LIBTOOL= YES LTCONFIG_OVERRIDE=${WRKSRC}/ltconfig -CPPFLAGS+= -I${X11PREFIX}/include +CPPFLAGS+= -I${LOCALBASE}/include/db3 -I${X11PREFIX}/include PLIST_SUBST+= LOCALBASE=${LOCALBASE} post-install: @@ -27,4 +28,5 @@ post-install: ${LN} -fs ${PREFIX}/share/aclocal/gconf-1.m4 \ ${LOCALBASE}/share/aclocal/gconf-1.m4 +.include "../../databases/db3/buildlink.mk" .include "../../mk/bsd.pkg.mk" |