diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2010-08-30 13:26:53 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2010-08-30 13:26:53 +0000 |
commit | 6ea6abb085306130d950b9095ea4e99a3190cb3c (patch) | |
tree | fd2a2f812bce73a5627919105e1c529e05a4ba17 /x11/kdebase4-runtime | |
parent | 5ed616f5d78c27f0657c7d20ab2c77f1fcbe7ce1 (diff) | |
download | ports-6ea6abb085306130d950b9095ea4e99a3190cb3c.tar.gz ports-6ea6abb085306130d950b9095ea4e99a3190cb3c.zip |
Notes
Diffstat (limited to 'x11/kdebase4-runtime')
-rw-r--r-- | x11/kdebase4-runtime/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/x11/kdebase4-runtime/Makefile b/x11/kdebase4-runtime/Makefile index fa66bdb5022c..41e0a9134c0e 100644 --- a/x11/kdebase4-runtime/Makefile +++ b/x11/kdebase4-runtime/Makefile @@ -8,6 +8,7 @@ PORTNAME= kdebase-runtime PORTVERSION= ${KDE4_VERSION} +PORTREVISION= 1 CATEGORIES= x11 kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src @@ -16,10 +17,13 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Basic applications for the KDE system -LIB_DEPENDS= xine.1:${PORTSDIR}/multimedia/libxine \ +LIB_DEPENDS= IlmImf.6:${PORTSDIR}/graphics/OpenEXR \ + exiv2.9:${PORTSDIR}/graphics/exiv2 \ + xine.1:${PORTSDIR}/multimedia/libxine \ slp.1:${PORTSDIR}/net/openslp \ - attica.0:${PORTSDIR}/x11-toolkits/attica \ - ssh.4:${PORTSDIR}/security/libssh + smbclient.0:${PORTSDIR}/net/samba-libsmbclient \ + ssh.4:${PORTSDIR}/security/libssh \ + attica.0:${PORTSDIR}/x11-toolkits/attica #explicitly depend on libssh to avoid interference with ssh.4 from compat7x BUILD_DEPENDS= ${LOCALBASE}/lib/libssh.so:${PORTSDIR}/security/libssh |