diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2010-11-09 18:58:25 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2010-11-09 18:58:25 +0000 |
commit | dab3be2b8b5e301663f9548d216289a4d20455cd (patch) | |
tree | 900e3f57d49e91cd857a571855c37ac069022cda /comms/kremotecontrol | |
parent | 39ffd6b702d37c8e4b19f2a489d90643ec9b9102 (diff) | |
download | ports-dab3be2b8b5e301663f9548d216289a4d20455cd.tar.gz ports-dab3be2b8b5e301663f9548d216289a4d20455cd.zip |
Notes
Diffstat (limited to 'comms/kremotecontrol')
-rw-r--r-- | comms/kremotecontrol/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/comms/kremotecontrol/Makefile b/comms/kremotecontrol/Makefile index 143fdff3786c..29377c6b83c1 100644 --- a/comms/kremotecontrol/Makefile +++ b/comms/kremotecontrol/Makefile @@ -6,6 +6,7 @@ PORTNAME= kdeutils PORTVERSION= ${KDE4_VERSION} +PORTREVISION= 1 CATEGORIES= misc kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src @@ -57,7 +58,7 @@ RUN_DEPENDS+= unzip>0:${PORTSDIR}/archivers/unzip \ .include <bsd.port.pre.mk> .if ${OSVERSION} < 800505 || (${OSVERSION} >= 900000 && ${OSVERSION} < 900012) -LIB_DEPENDS+= lzma.0:${PORTSDIR}/archivers/xz +LIB_DEPENDS+= lzma.5:${PORTSDIR}/archivers/xz .endif .ifdef(WITH_RAR) |