svn commit: r392541 - head/Mk/Scripts

Baptiste Daroussin bapt at FreeBSD.org
Sun Jul 19 22:19:38 UTC 2015


Author: bapt
Date: Sun Jul 19 22:19:37 2015
New Revision: 392541
URL: https://svnweb.freebsd.org/changeset/ports/392541

Log:
  Fix path of libedit

Modified:
  head/Mk/Scripts/qa.sh

Modified: head/Mk/Scripts/qa.sh
==============================================================================
--- head/Mk/Scripts/qa.sh	Sun Jul 19 22:17:30 2015	(r392540)
+++ head/Mk/Scripts/qa.sh	Sun Jul 19 22:19:37 2015	(r392541)
@@ -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
 			;;


More information about the svn-ports-head mailing list