diff options
author | tnn <tnn@pkgsrc.org> | 2015-03-13 17:17:11 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2015-03-13 17:17:11 +0000 |
commit | 6b93eefdf658f502e91ac0c894fe1e44fd010167 (patch) | |
tree | 0d1ad4f4c8b88b4b7bdb85bbb60af5ed2e5225e5 | |
parent | 15851e59970d5c546da663b67f30fa3c85e7ecac (diff) | |
download | pkgsrc-6b93eefdf658f502e91ac0c894fe1e44fd010167.tar.gz |
needs groff
(package is only for NetBSD so this is a no-op dependency annotation)
-rw-r--r-- | net/autonet/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/autonet/Makefile b/net/autonet/Makefile index 67a039c85c3..2293ca4dc32 100644 --- a/net/autonet/Makefile +++ b/net/autonet/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2014/05/06 14:54:51 jperkin Exp $ +# $NetBSD: Makefile,v 1.10 2015/03/13 17:17:11 tnn Exp $ DISTNAME= autonet-0.22 CATEGORIES= net @@ -11,6 +11,7 @@ COMMENT= Automatically configure network interface & WEP keys ONLY_FOR_PLATFORM= NetBSD-*-* USE_LANGUAGES= # empty +USE_TOOLS+= groff NO_CONFIGURE= yes .include "../../mk/bsd.prefs.mk" |