summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authortron <tron>2002-12-30 20:19:27 +0000
committertron <tron>2002-12-30 20:19:27 +0000
commit7e056d181a7a7fa09d5c45465438406f9fe7cda5 (patch)
treed913667eb54ed951e398a229b29f8520a9238a51 /x11
parentf521b9cb96f2c3e9b4a7f104850c0fa43332d3a1 (diff)
downloadpkgsrc-7e056d181a7a7fa09d5c45465438406f9fe7cda5.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/Makefile17
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