diff options
author | robak <robak@FreeBSD.org> | 2015-07-16 17:05:40 +0800 |
---|---|---|
committer | robak <robak@FreeBSD.org> | 2015-07-16 17:05:40 +0800 |
commit | bd15532a58535ad63c98fb914f1afdc0a055f849 (patch) | |
tree | e22c9faf52c9d229f0bde99186f7ca1635706560 /net-im | |
parent | 3bb5178ff1ad48f4d8d1618f469251a2f1bd2109 (diff) | |
download | freebsd-ports-gnome-bd15532a58535ad63c98fb914f1afdc0a055f849.tar.gz freebsd-ports-gnome-bd15532a58535ad63c98fb914f1afdc0a055f849.tar.zst freebsd-ports-gnome-bd15532a58535ad63c98fb914f1afdc0a055f849.zip |
net-im/tkabber-plugins: add GNUPG option
PR: 201338
Submitted by: Mikhail <mp39590@gmail.com> (maintainer)
Diffstat (limited to 'net-im')
-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 |