diff options
author | Bartek Rutkowski <robak@FreeBSD.org> | 2015-07-16 17:05:40 +0800 |
---|---|---|
committer | Bartek Rutkowski <robak@FreeBSD.org> | 2015-07-16 17:05:40 +0800 |
commit | e53fc8ab42dfbaf0817aa68b565cc54a9ccfb89d (patch) | |
tree | e22c9faf52c9d229f0bde99186f7ca1635706560 /net-im/tkabber-plugins | |
parent | c84a3921a54f72dd90b7111b25afe72119077b4a (diff) | |
download | freebsd-ports-gnome-e53fc8ab42dfbaf0817aa68b565cc54a9ccfb89d.tar.gz freebsd-ports-gnome-e53fc8ab42dfbaf0817aa68b565cc54a9ccfb89d.tar.zst freebsd-ports-gnome-e53fc8ab42dfbaf0817aa68b565cc54a9ccfb89d.zip |
net-im/tkabber-plugins: add GNUPG option
PR: 201338
Submitted by: Mikhail <mp39590@gmail.com> (maintainer)
Diffstat (limited to 'net-im/tkabber-plugins')
-rw-r--r-- | net-im/tkabber-plugins/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-im/tkabber-plugins/Makefile b/net-im/tkabber-plugins/Makefile index 466dc1bf8f70..6c0469c0ab5f 100644 --- a/net-im/tkabber-plugins/Makefile +++ b/net-im/tkabber-plugins/Makefile @@ -4,6 +4,7 @@ PORTNAME= tkabber-plugins PORTVERSION= 1.1.2 PORTEPOCH= 1 +PORTREVISION= 1 CATEGORIES= net-im tcl tk MASTER_SITES= http://files.jabber.ru/tkabber/ @@ -12,7 +13,7 @@ COMMENT= External Plugins for Tkabber LICENSE= GPLv2 -RUN_DEPENDS= tkabber==1.1.2:${PORTSDIR}/net-im/tkabber +RUN_DEPENDS= tkabber==1.1.2_1:${PORTSDIR}/net-im/tkabber USES= tar:xz |