diff options
author | antoine <antoine@FreeBSD.org> | 2014-06-08 20:24:33 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-06-08 20:24:33 +0800 |
commit | 99669bbc0db5249ad1fa4921c0d81d59b5e66a73 (patch) | |
tree | 8c995ee6d85cc0c52ff7f044cd854665c1ebc984 /net-im | |
parent | 73b5f82819b7ee6e00b43d3711bf616ed5e0abe5 (diff) | |
download | freebsd-ports-gnome-99669bbc0db5249ad1fa4921c0d81d59b5e66a73.tar.gz freebsd-ports-gnome-99669bbc0db5249ad1fa4921c0d81d59b5e66a73.tar.zst freebsd-ports-gnome-99669bbc0db5249ad1fa4921c0d81d59b5e66a73.zip |
Fix RUN_DEPENDS
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/tkabbur/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net-im/tkabbur/Makefile b/net-im/tkabbur/Makefile index 1b0e7fbb8d51..35259666008d 100644 --- a/net-im/tkabbur/Makefile +++ b/net-im/tkabbur/Makefile @@ -11,12 +11,11 @@ MAINTAINER= dhn@FreeBSD.org COMMENT= Is a modification of XMPP/Jabber client Tkabber RUN_DEPENDS= dtplite:${PORTSDIR}/devel/tcllib \ - ${LOCALBASE}/lib/tls/pkgIndex.tcl:${PORTSDIR}/devel/tcltls \ + ${LOCALBASE}/lib/tls1.6/pkgIndex.tcl:${PORTSDIR}/devel/tcltls \ ${LOCALBASE}/lib/bwidget/pkgIndex.tcl:${PORTSDIR}/x11-toolkits/bwidget WRKSRC= ${WRKDIR}/${DISTNAME} -USES= tk:run -USE_BZIP2= yes +USES= tar:bzip2 tk:run NO_BUILD= yes SUBDIRS= contrib emoticons ifacetk jabberlib mclistbox \ |