diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2003-08-28 16:48:56 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2003-08-28 16:48:56 +0000 |
commit | 3f60195de791c60ff10ecf9bf3f712a8d1f74829 (patch) | |
tree | 04892663b8c62e025a780ea8c99077a577d07c57 /x11/kdelibs4/Makefile | |
parent | c914c7a727ce43ec7206897b74762e61a4ca002d (diff) | |
download | ports-3f60195de791c60ff10ecf9bf3f712a8d1f74829.tar.gz ports-3f60195de791c60ff10ecf9bf3f712a8d1f74829.zip |
Notes
Diffstat (limited to 'x11/kdelibs4/Makefile')
-rw-r--r-- | x11/kdelibs4/Makefile | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/x11/kdelibs4/Makefile b/x11/kdelibs4/Makefile index ee7c2cb9a25d..fe867b1d4b55 100644 --- a/x11/kdelibs4/Makefile +++ b/x11/kdelibs4/Makefile @@ -7,8 +7,7 @@ # PORTNAME= kdelibs -PORTVERSION= ${KDE_VERSION} -PORTREVISION= 1 +PORTVERSION= ${KDE_VERSION}a CATEGORIES= x11 kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${KDE_VERSION}/src @@ -34,6 +33,7 @@ USE_QT_VER= 3 PREFIX= ${KDE_PREFIX} USE_OPENSSL= yes +USE_OPENLDAP= yes USE_BZIP2= yes USE_GMAKE= yes USE_REINPLACE= yes @@ -53,23 +53,11 @@ FONTENCOD= ${X11BASE}/lib/X11/fonts/encodings/tcvn-0.enc .include "${.CURDIR}/../../x11/kde3/Makefile.kde" .include <bsd.port.pre.mk> -# fam provides a measurable performance increase for file watching -# operations within KDE -.if exists(${LOCALBASE}/bin/fam) -LIB_DEPENDS+= fam.0:${PORTSDIR}/devel/fam -.endif # exists(${LOCALBASE}/bin/fam) - # bzip2 is required as a libdepend for the help: kioslave .if !exists(/usr/bin/bzip2) LIB_DEPENDS+= bz2.1:${PORTSDIR}/archivers/bzip2 .endif # !exists(/usr/bin/bzip2) -# kabc (the addressbook backend) can use ldap if it's available -.if defined(WITH_LDAP) || exists($(LOCALBASE)/lib/libldap.so) -LIB_DEPENDS+= ldap:${PORTSDIR}/net/openldap21-client -PLIST_APPEND+= plist.ldap -.endif - pre-configure: ${REINPLACE_CMD} "s, kspell,,g" ${WRKSRC}/doc/Makefile.in ${REINPLACE_CMD} "s,-pedantic ,," ${WRKSRC}/configure |