diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-07-19 22:19:37 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-07-19 22:19:37 +0000 |
commit | 7b41fe4853fb1415fcc4423ec06bdf13f337ae87 (patch) | |
tree | 6f66d3c034c22c8f2ed26cad761c6df02940c707 /Mk/Scripts | |
parent | b55864f1b03d9bd8ace1d7e9556efc1cae250db1 (diff) | |
download | ports-7b41fe4853fb1415fcc4423ec06bdf13f337ae87.tar.gz ports-7b41fe4853fb1415fcc4423ec06bdf13f337ae87.zip |
Notes
Diffstat (limited to 'Mk/Scripts')
-rw-r--r-- | Mk/Scripts/qa.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/Scripts/qa.sh b/Mk/Scripts/qa.sh index 9a8011a6ba84..6243dad431ab 100644 --- a/Mk/Scripts/qa.sh +++ b/Mk/Scripts/qa.sh @@ -103,7 +103,7 @@ baselibs() { err "Bad linking on ${f} please add USES=libarchive" rc=1 ;; - /usr/lib/libedit*) + /lib/libedit*) err "Bad linking on ${f} please add USES=libedit" rc=1 ;; |