diff options
author | Ed Schouten <ed@FreeBSD.org> | 2009-12-06 20:49:28 +0000 |
---|---|---|
committer | Ed Schouten <ed@FreeBSD.org> | 2009-12-06 20:49:28 +0000 |
commit | 3c1196fc4a5dc34f6ec5d59b105147fbf3c9686d (patch) | |
tree | 2062714aa81a3acffa8682f2039cf7e7a5453400 /x11/kdelibs4 | |
parent | 09c622620ee074e290f6738af6539a5bee47562a (diff) | |
download | ports-3c1196fc4a5dc34f6ec5d59b105147fbf3c9686d.tar.gz ports-3c1196fc4a5dc34f6ec5d59b105147fbf3c9686d.zip |
Notes
Diffstat (limited to 'x11/kdelibs4')
-rw-r--r-- | x11/kdelibs4/Makefile | 8 | ||||
-rw-r--r-- | x11/kdelibs4/files/extra-patch-ConfigureChecks.cmake (renamed from x11/kdelibs4/files/patch-ConfigureChecks.cmake) | 0 |
2 files changed, 6 insertions, 2 deletions
diff --git a/x11/kdelibs4/Makefile b/x11/kdelibs4/Makefile index f13eb8d72f13..f95dc7d03418 100644 --- a/x11/kdelibs4/Makefile +++ b/x11/kdelibs4/Makefile @@ -8,7 +8,7 @@ PORTNAME= kdelibs PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= x11 kde ipv6 MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src @@ -31,7 +31,6 @@ LIB_DEPENDS= searchclient:${PORTSDIR}/deskutils/strigi \ png.5:${PORTSDIR}/graphics/png \ jpeg:${PORTSDIR}/graphics/jpeg \ idn:${PORTSDIR}/dns/libidn \ - utempter:${PORTSDIR}/sysutils/libutempter \ hal.1:${PORTSDIR}/sysutils/hal \ lzma.0:${PORTSDIR}/archivers/xz \ smbclient.0:${PORTSDIR}/net/samba-libsmbclient @@ -78,6 +77,11 @@ MAN8= kbuildsycoca4.8 \ .include <bsd.port.pre.mk> +.if ${OSVERSION} < 900004 +LIB_DEPENDS+= utempter:${PORTSDIR}/sysutils/libutempter +EXTRA_PATCHES= ${FILESDIR}/extra-patch-ConfigureChecks.cmake +.endif + .if exists(${LOCALBASE}/include/avahi-compat-libdns_sd/dns_sd.h) || defined(WITH_LIBDNS) LIB_DEPENDS+= avahi-qt4:${PORTSDIR}/net/avahi-qt4 \ dns_sd:${PORTSDIR}/net/avahi-libdns diff --git a/x11/kdelibs4/files/patch-ConfigureChecks.cmake b/x11/kdelibs4/files/extra-patch-ConfigureChecks.cmake index a4eb95820986..a4eb95820986 100644 --- a/x11/kdelibs4/files/patch-ConfigureChecks.cmake +++ b/x11/kdelibs4/files/extra-patch-ConfigureChecks.cmake |