diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-06-02 12:30:41 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-06-02 12:30:41 +0000 |
commit | f72794739090ed26bb85492bb0d427c0e5f81509 (patch) | |
tree | 0961424be385a4ea0b8ce663962f571435d83e82 /net/unfs3 | |
parent | cf1db642866e038489d81c3e1f947dad789065dc (diff) |
Notes
Diffstat (limited to 'net/unfs3')
-rw-r--r-- | net/unfs3/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/unfs3/Makefile b/net/unfs3/Makefile index b480f53df9b9..08694f7e74e4 100644 --- a/net/unfs3/Makefile +++ b/net/unfs3/Makefile @@ -13,9 +13,8 @@ COMMENT= User-space implementation of the NFSv3 server specification LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USE_AUTOTOOLS= autoconf +USES= autoreconf bison GNU_CONFIGURE= yes -USES= bison INSTALL_TARGET= install-strip PLIST_FILES= sbin/unfsd man/man7/tags.7.gz man/man8/unfsd.8.gz |