svn commit: r331333 - head/misc/compat8x

Renato Botelho garga at FreeBSD.org
Tue Oct 22 22:16:15 UTC 2013


Author: garga
Date: Tue Oct 22 22:16:15 2013
New Revision: 331333
URL: http://svnweb.freebsd.org/changeset/ports/331333

Log:
  One more fix for compat9x dependency
  
  Reported by:	jkim@

Modified:
  head/misc/compat8x/Makefile

Modified: head/misc/compat8x/Makefile
==============================================================================
--- head/misc/compat8x/Makefile	Tue Oct 22 22:13:29 2013	(r331332)
+++ head/misc/compat8x/Makefile	Tue Oct 22 22:16:15 2013	(r331333)
@@ -28,7 +28,7 @@ IGNORE=		is for FreeBSD 8.x and newer
 
 # libstdc++.so.6 could be necessary to run an 8.x binary
 .if ${OSVERSION} >= 1000054
-RUN_DEPENDS=	libstdc++.so.6:${PORTSDIR}/misc/compat9x
+RUN_DEPENDS=	${LOCALBASE}/lib/compat/libstdc++.so.6:${PORTSDIR}/misc/compat9x
 .endif
 
 .if ${ARCH} == amd64


More information about the svn-ports-head mailing list