diff options
author | fluffy <fluffy@FreeBSD.org> | 2010-05-11 22:21:05 +0800 |
---|---|---|
committer | fluffy <fluffy@FreeBSD.org> | 2010-05-11 22:21:05 +0800 |
commit | 6f717740cb3a1a06c8c237221ae503c205ae7e17 (patch) | |
tree | b5d04f4bd82d394fdca66a570ec58a3c56ddaa06 /comms/kremotecontrol/Makefile | |
parent | 5baf161160e8965a335df29834c56cb8debfe9f8 (diff) | |
download | freebsd-ports-gnome-6f717740cb3a1a06c8c237221ae503c205ae7e17.tar.gz freebsd-ports-gnome-6f717740cb3a1a06c8c237221ae503c205ae7e17.tar.zst freebsd-ports-gnome-6f717740cb3a1a06c8c237221ae503c205ae7e17.zip |
- The FreeBSD KDE team is pleased to announce KDE SC 4.4.3 for FreeBSD
With hat on: kde@
Diffstat (limited to 'comms/kremotecontrol/Makefile')
-rw-r--r-- | comms/kremotecontrol/Makefile | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/comms/kremotecontrol/Makefile b/comms/kremotecontrol/Makefile index 0897812f0847..d5fafbfcb9cb 100644 --- a/comms/kremotecontrol/Makefile +++ b/comms/kremotecontrol/Makefile @@ -6,7 +6,7 @@ PORTNAME= kdeutils PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 2 +PORTREVISION= 0 CATEGORIES= misc kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src @@ -16,8 +16,6 @@ MAINTAINER= kde@FreeBSD.org COMMENT= Utilities for the KDE4 integrated X11 Desktop LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp \ - zip.1:${PORTSDIR}/archivers/libzip \ - lzma.0:${PORTSDIR}/archivers/xz \ qimageblitz.4:${PORTSDIR}/x11/qimageblitz \ qca.2:${PORTSDIR}/devel/qca RUN_DEPENDS= gpg2:${PORTSDIR}/security/gnupg @@ -28,7 +26,7 @@ USE_BZIP2= yes USE_QT_VER= 4 USE_PYTHON= 2.5+ KDE4_BUILDENV= yes -USE_KDE4= kdelibs pimlibs kdeprefix kdehier automoc4 kdeexp kdebase +USE_KDE4= kdelibs pimlibs kdeprefix kdehier automoc4 kdebase workspace QT_COMPONENTS= network gui porting xml \ qmake_build moc_build rcc_build uic_build MAKE_JOBS_SAFE= yes @@ -37,7 +35,11 @@ MAN1= ark.1 OPTIONS= PRINTER_APPLET "Install printer system tray utility" off -.include <bsd.port.pre.mk> +.include <bsd.port.options.mk> + +.if ${OSVERSION} < 900012 +LIB_DEPENDS+= lzma.0:${PORTSDIR}/archivers/xz +.endif .if defined(WITH_PRINTER_APPLET) RUN_DEPENDS+= ${KDE4_PREFIX}/bin/printer-applet:${PORTSDIR}/print/kdeutils4-printer-applet @@ -48,4 +50,4 @@ post-patch: ${REINPLACE_CMD} -e '/add_subdirectory.*printer-applet/d' \ ${PATCH_WRKSRC}/CMakeLists.txt -.include <bsd.port.post.mk> +.include <bsd.port.mk> |