diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2003-07-29 04:26:22 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2003-07-29 04:26:22 +0000 |
commit | ac4ef3820bce26f3bbb3fb8b1baaeae42b7028ca (patch) | |
tree | e774043ee6ff3c3d53fd74afbfa1a6efb14d22e3 /x11/kdelibs3/Makefile | |
parent | a64b51263a686de76321c6baecd611e2e35e3297 (diff) | |
download | ports-ac4ef3820bce26f3bbb3fb8b1baaeae42b7028ca.tar.gz ports-ac4ef3820bce26f3bbb3fb8b1baaeae42b7028ca.zip |
Notes
Diffstat (limited to 'x11/kdelibs3/Makefile')
-rw-r--r-- | x11/kdelibs3/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/x11/kdelibs3/Makefile b/x11/kdelibs3/Makefile index a7a376c53513..f25be3225cf9 100644 --- a/x11/kdelibs3/Makefile +++ b/x11/kdelibs3/Makefile @@ -8,7 +8,6 @@ PORTNAME= kdelibs PORTVERSION= ${KDE_VERSION} -PORTREVISION= 0 CATEGORIES= x11 kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${KDE_VERSION}/src @@ -45,10 +44,14 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+=--disable-ltdl-install \ --enable-mt \ --enable-cups +KDE_BUILD_PLIST= yes FONTSCALE= ${X11BASE}/lib/X11/fonts/TTF/luximb.ttf 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) @@ -60,18 +63,15 @@ LIB_DEPENDS+= fam.0:${PORTSDIR}/devel/fam LIB_DEPENDS+= bz2.1:${PORTSDIR}/archivers/bzip2 .endif # !exists(/usr/bin/bzip2) -KDE_BUILD_PLIST= yes # 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 PLIST_APPEND+= plist.ldap .endif -.include "${.CURDIR}/../../x11/kde3/Makefile.kde" -.include <bsd.port.pre.mk> - pre-configure: ${REINPLACE_CMD} "s, kspell,,g" ${WRKSRC}/doc/Makefile.in + ${REINPLACE_CMD} "s,-pedantic ,," ${WRKSRC}/configure post-install: ${MKDIR} ${PREFIX}/etc/rc.d |