aboutsummaryrefslogtreecommitdiff
path: root/net/nfsshell
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-23 13:24:53 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-23 13:24:53 +0000
commit2ac8e45b302661f32c1150bc000ad597714a545f (patch)
tree90ea9c07e1113a3bc340f96d46f703b5020d7eec /net/nfsshell
parent9be0d645fd930e63a69f8b0fc651971b3be0f5f9 (diff)
downloadports-2ac8e45b302661f32c1150bc000ad597714a545f.tar.gz
ports-2ac8e45b302661f32c1150bc000ad597714a545f.zip
Add USES=readline to fix build on -current.
Notes
Notes: svn path=/head/; revision=362689
Diffstat (limited to 'net/nfsshell')
-rw-r--r--net/nfsshell/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/nfsshell/Makefile b/net/nfsshell/Makefile
index 1a0ed35c5718..dbe217033a8f 100644
--- a/net/nfsshell/Makefile
+++ b/net/nfsshell/Makefile
@@ -15,6 +15,8 @@ GH_ACCOUNT= NetDirect
GH_TAGNAME= ${GH_COMMIT}
GH_COMMIT= 09cdd52
+USES= readline
+
ALL_TARGET= nfsshell
MAKE_ARGS= CC="${CC}" LIBS="-lreadline"