diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2007-03-31 06:14:43 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2007-03-31 06:14:43 +0000 |
commit | 6489cda3a8fa7405e383bc0e31e43edf8d83da32 (patch) | |
tree | 5b18f70f22afbbf5c8741abd94c03bb7c0ceac88 /net | |
parent | - Update to 2.3 (diff) |
IGNORE: Uses a UID registered to another port
Notes
Notes:
svn path=/head/; revision=188874
Diffstat (limited to 'net')
-rw-r--r-- | net/nocatauth-gateway/Makefile | 2 | ||||
-rw-r--r-- | net/nocatauth-server/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/net/nocatauth-gateway/Makefile b/net/nocatauth-gateway/Makefile index 7c3760de85a2..2d87a7d03011 100644 --- a/net/nocatauth-gateway/Makefile +++ b/net/nocatauth-gateway/Makefile @@ -18,6 +18,8 @@ COMMENT= Open 802.11 Authentication Gateway RUN_DEPENDS= \ ${LOCALBASE}/bin/gpgv:${PORTSDIR}/security/gnupg1 +IGNORE= uses a UID registered to another port + CONFLICTS= nocatauth-server-* USE_PERL5_RUN= yes diff --git a/net/nocatauth-server/Makefile b/net/nocatauth-server/Makefile index 9f0876c03071..b19c5abfe3f7 100644 --- a/net/nocatauth-server/Makefile +++ b/net/nocatauth-server/Makefile @@ -18,6 +18,8 @@ COMMENT= Open 802.11 Authentication Server RUN_DEPENDS= \ ${LOCALBASE}/bin/gpgv:${PORTSDIR}/security/gnupg1 +IGNORE= uses a UID registered to another port + CONFLICTS= nocatauth-gateway-* NO_BUILD= yes |