diff options
author | antoine <antoine@FreeBSD.org> | 2015-03-28 23:58:38 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2015-03-28 23:58:38 +0800 |
commit | 135a4565fae8bbc3cc166906ffd52a6ccd16b6e4 (patch) | |
tree | 450355f43194f7462b19602eb60adbec7783467f /net-im | |
parent | 93bf14722a7bca658f7111bd3a25adfe08a12e3e (diff) | |
download | freebsd-ports-gnome-135a4565fae8bbc3cc166906ffd52a6ccd16b6e4.tar.gz freebsd-ports-gnome-135a4565fae8bbc3cc166906ffd52a6ccd16b6e4.tar.zst freebsd-ports-gnome-135a4565fae8bbc3cc166906ffd52a6ccd16b6e4.zip |
Fix RUN_DEPENDS
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/tkabbur/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/tkabbur/Makefile b/net-im/tkabbur/Makefile index 35259666008d..9ee42b49e392 100644 --- a/net-im/tkabbur/Makefile +++ b/net-im/tkabbur/Makefile @@ -11,7 +11,7 @@ MAINTAINER= dhn@FreeBSD.org COMMENT= Is a modification of XMPP/Jabber client Tkabber RUN_DEPENDS= dtplite:${PORTSDIR}/devel/tcllib \ - ${LOCALBASE}/lib/tls1.6/pkgIndex.tcl:${PORTSDIR}/devel/tcltls \ + tcltls>0:${PORTSDIR}/devel/tcltls \ ${LOCALBASE}/lib/bwidget/pkgIndex.tcl:${PORTSDIR}/x11-toolkits/bwidget WRKSRC= ${WRKDIR}/${DISTNAME} |