diff options
author | minskim <minskim@pkgsrc.org> | 2006-02-07 19:11:32 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-02-07 19:11:32 +0000 |
commit | f2f055fdd58d6767af261b486426c81ef6836d18 (patch) | |
tree | 402441d8324fa88a81deb85ff2efe7bdc7694350 /devel/GConf2 | |
parent | f1c947963b9c8e430dd49723efe22c55d12ffb37 (diff) | |
download | pkgsrc-f2f055fdd58d6767af261b486426c81ef6836d18.tar.gz |
Disable the LDAP backend explicitly, or this package may install
additional files on platforms with a native LDAP library (e.g., Darwin).
Diffstat (limited to 'devel/GConf2')
-rw-r--r-- | devel/GConf2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/GConf2/Makefile b/devel/GConf2/Makefile index 47b90372099..c5e3f987f65 100644 --- a/devel/GConf2/Makefile +++ b/devel/GConf2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2006/02/05 23:08:38 joerg Exp $ +# $NetBSD: Makefile,v 1.37 2006/02/07 19:11:32 minskim Exp $ # .include "../../devel/GConf2/Makefile.common" @@ -7,6 +7,7 @@ PKGNAME= ${DISTNAME:S/GConf/GConf2/} PKGREVISION= 1 CONFIGURE_ARGS+= --disable-gtk +CONFIGURE_ARGS+= ac_cv_header_ldap_h=no OWN_DIRS= ${PKG_SYSCONFDIR}/2 OWN_DIRS+= ${PKG_SYSCONFDIR}/gconf.xml.defaults |