diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2006-12-22 02:51:16 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2006-12-22 02:51:16 +0000 |
commit | 265500d7d8b65ca413aaee2904fbc7a95b74bc17 (patch) | |
tree | d52f4de392099aa5dde3456739362f46e39a898d /net/nocatauth-server | |
parent | cdcb91922078c3340e4a51d1ef396c987d8d3e9a (diff) | |
download | ports-265500d7d8b65ca413aaee2904fbc7a95b74bc17.tar.gz ports-265500d7d8b65ca413aaee2904fbc7a95b74bc17.zip |
Notes
Diffstat (limited to 'net/nocatauth-server')
-rw-r--r-- | net/nocatauth-server/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/nocatauth-server/Makefile b/net/nocatauth-server/Makefile index 3571dfbac4f6..9f0876c03071 100644 --- a/net/nocatauth-server/Makefile +++ b/net/nocatauth-server/Makefile @@ -7,7 +7,7 @@ PORTNAME= nocatauth-server PORTVERSION= 0.82 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net MASTER_SITES= http://nocat.net/download/NoCatAuth/ DISTNAME= NoCatAuth-${PORTVERSION} @@ -16,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Open 802.11 Authentication Server RUN_DEPENDS= \ - ${LOCALBASE}/bin/gpg:${PORTSDIR}/security/gnupg1 + ${LOCALBASE}/bin/gpgv:${PORTSDIR}/security/gnupg1 CONFLICTS= nocatauth-gateway-* |