diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2010-05-24 07:01:57 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2010-05-24 07:01:57 +0000 |
commit | a548002edd372715b4c0a858eb2b411d148eaaf6 (patch) | |
tree | 6348b5c6b50b701a7bc860c8a025d96680d59ac0 /x11/kdebase4-runtime/Makefile | |
parent | d6f5674592ad0d7b8b3eb3861b989f2a3aa94ff4 (diff) |
depend on fullpath to libssh to avoid interference with ssh.4 from compat7x
Reported by: Yuri Pankov <yuri.pankov at gmail.com> via kde@freebsd maillist
Notes
Notes:
svn path=/head/; revision=254951
Diffstat (limited to 'x11/kdebase4-runtime/Makefile')
-rw-r--r-- | x11/kdebase4-runtime/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/kdebase4-runtime/Makefile b/x11/kdebase4-runtime/Makefile index ff8cbd4a0b49..d04900015bc4 100644 --- a/x11/kdebase4-runtime/Makefile +++ b/x11/kdebase4-runtime/Makefile @@ -8,7 +8,6 @@ PORTNAME= kdebase-runtime PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 0 CATEGORIES= x11 kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src @@ -21,6 +20,8 @@ LIB_DEPENDS= xine.1:${PORTSDIR}/multimedia/libxine \ slp.1:${PORTSDIR}/net/openslp \ attica.0:${PORTSDIR}/x11-toolkits/attica \ ssh.4:${PORTSDIR}/security/libssh +#explicitly depend on libssh to avoid interference with ssh.4 from compat7x +BUILD_DEPENDS= ${LOCALBASE}/lib/libssh.so:${PORTSDIR}/security/libssh USE_KDE4= kdelibs kdeprefix kdehier automoc4 #pimlibs KDE4_BUILDENV= yes |