diff options
author | adamw <adamw@FreeBSD.org> | 2014-08-17 00:57:24 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-08-17 00:57:24 +0800 |
commit | a85b66984bb47ca6dd5f24a43967186751dab18f (patch) | |
tree | 97e889b6c5f8a96840b1211fd968c385ecfb27f6 | |
parent | 3fca56ef4b88e3f461d2f42a107227855dd42023 (diff) | |
download | freebsd-ports-gnome-a85b66984bb47ca6dd5f24a43967186751dab18f.tar.gz freebsd-ports-gnome-a85b66984bb47ca6dd5f24a43967186751dab18f.tar.zst freebsd-ports-gnome-a85b66984bb47ca6dd5f24a43967186751dab18f.zip |
Fix build on -current.
-rw-r--r-- | net/nfsshell/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/nfsshell/Makefile b/net/nfsshell/Makefile index dbe217033a8f..75deda571844 100644 --- a/net/nfsshell/Makefile +++ b/net/nfsshell/Makefile @@ -18,7 +18,7 @@ GH_COMMIT= 09cdd52 USES= readline ALL_TARGET= nfsshell -MAKE_ARGS= CC="${CC}" LIBS="-lreadline" +MAKE_ARGS= CC="${CC}" LIBS="-lreadline ${LDFLAGS}" PLIST_FILES= bin/nfsshell |