Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Oct 2013 21:57:25 +0000 (UTC)
From:      Renato Botelho <garga@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r331329 - head/misc/compat8x
Message-ID:  <201310222157.r9MLvPaA067351@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: garga
Date: Tue Oct 22 21:57:25 2013
New Revision: 331329
URL: http://svnweb.freebsd.org/changeset/ports/331329

Log:
  Fix compat9x dependency

Modified:
  head/misc/compat8x/Makefile

Modified: head/misc/compat8x/Makefile
==============================================================================
--- head/misc/compat8x/Makefile	Tue Oct 22 21:51:59 2013	(r331328)
+++ head/misc/compat8x/Makefile	Tue Oct 22 21:57:25 2013	(r331329)
@@ -2,7 +2,7 @@
 
 PORTNAME=	compat8x
 PORTVERSION=	8.4.804000.201310
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	misc
 MASTER_SITES=	${MASTER_SITE_LOCAL}
 MASTER_SITE_SUBDIR=	garga/compat
@@ -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
-LIB_DEPENDS=	libstdc++.so:${PORTSDIR}/misc/compat9x
+RUN_DEPENDS=	libstdc++.so.6:${PORTSDIR}/misc/compat9x
 .endif
 
 .if ${ARCH} == amd64



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310222157.r9MLvPaA067351>