diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2006-12-21 13:31:56 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2006-12-21 13:31:56 +0000 |
commit | fc5b96f1a8f1e9bd71cc18975ccc5eddc2885c4e (patch) | |
tree | 31a09f87aa54867613bdaa899315c4a22186d754 /net/nocatauth-gateway | |
parent | 78c9ed8ab3fb2e5838545eeeaa11b3682193a9df (diff) | |
download | ports-fc5b96f1a8f1e9bd71cc18975ccc5eddc2885c4e.tar.gz ports-fc5b96f1a8f1e9bd71cc18975ccc5eddc2885c4e.zip |
Notes
Diffstat (limited to 'net/nocatauth-gateway')
-rw-r--r-- | net/nocatauth-gateway/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/nocatauth-gateway/Makefile b/net/nocatauth-gateway/Makefile index 25b6044205da..dbf0f0734c41 100644 --- a/net/nocatauth-gateway/Makefile +++ b/net/nocatauth-gateway/Makefile @@ -7,7 +7,7 @@ PORTNAME= nocatauth-gateway PORTVERSION= 0.82 -PORTREVISION= 1 +PORTREVISION= 2 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 Gateway RUN_DEPENDS= \ - ${LOCALBASE}/bin/gpg:${PORTSDIR}/security/gnupg + ${LOCALBASE}/bin/gpg:${PORTSDIR}/security/gnupg1 CONFLICTS= nocatauth-server-* |