diff options
author | tron <tron> | 2002-12-30 20:19:27 +0000 |
---|---|---|
committer | tron <tron> | 2002-12-30 20:19:27 +0000 |
commit | 1a347c40cd13d6b812ae57693801c30c3310f1f2 (patch) | |
tree | d913667eb54ed951e398a229b29f8520a9238a51 /x11 | |
parent | 87aeb92b4da9a8b66e8e30f536416663a9125587 (diff) | |
download | pkgsrc-1a347c40cd13d6b812ae57693801c30c3310f1f2.tar.gz |
Supply path to "openldap" installation explicitly to the "configure"
script which should fix build problems observed during bulk builds.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/kdebase2/Makefile | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/x11/kdebase2/Makefile b/x11/kdebase2/Makefile index 70dd6bcaee5..d1b384fedc3 100644 --- a/x11/kdebase2/Makefile +++ b/x11/kdebase2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2002/10/26 13:09:07 bouyer Exp $ +# $NetBSD: Makefile,v 1.40 2002/12/30 20:19:27 tron Exp $ DISTNAME= kdebase-2.2.2 PKGREVISION= 1 @@ -15,12 +15,11 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} USE_BUILDLINK2= YES -CONFIGURE_ARGS+= --with-ssl-dir="${SSLBASE}" -CONFIGURE_ARGS+= --disable-greet-lib -CONFIGURE_ARGS+= --without-pam -CONFIGURE_ARGS+= --without-cdparanoia -CONFIGURE_ARGS+= --without-lame -CONFIGURE_ARGS+= --without-vorbis +CONFIGURE_ARGS+= --with-ssl-dir="${SSLBASE}" \ + --with-ldap=${BUILDLINK_PREFIX.openldap} \ + --disable-greet-lib \ + --without-pam --without-cdparanoia \ + --without-lame --without-vorbis .include "../../mk/bsd.prefs.mk" @@ -39,8 +38,8 @@ BUILD_DEFS+= KDE2_NSPLUGINS .if ${KDE2_NSPLUGINS} == "YES" PLIST_SRC+= ${PKGDIR}/PLIST.nsplugins -CONFIGURE_ARGS+= --with-motif-includes="${MOTIFBASE}/include" -CONFIGURE_ARGS+= --with-motif-libraries="${MOTIFBASE}/lib" +CONFIGURE_ARGS+= --with-motif-includes="${MOTIFBASE}/include" \ + --with-motif-libraries="${MOTIFBASE}/lib" .include "../../mk/motif.buildlink2.mk" .else CONFIGURE_ARGS+= --without-motif |