Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Oct 2013 05:32:51 +0000 (UTC)
From:      Dirk Meyer <dinoex@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r330979 - head/www/opera
Message-ID:  <201310200532.r9K5Wp3w069390@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dinoex
Date: Sun Oct 20 05:32:51 2013
New Revision: 330979
URL: http://svnweb.freebsd.org/changeset/ports/330979

Log:
  - add compat9 on FreeBSD-10
  Submitted by:	Alexey Dokuchaev

Modified:
  head/www/opera/Makefile

Modified: head/www/opera/Makefile
==============================================================================
--- head/www/opera/Makefile	Sun Oct 20 05:23:18 2013	(r330978)
+++ head/www/opera/Makefile	Sun Oct 20 05:32:51 2013	(r330979)
@@ -83,6 +83,10 @@ OPERA_ARCH=	${ARCH:S,i386,intel,}
 IGNORE=		only for FreeBSD 7.x and higher
 .endif
 
+.if ${OSVERSION} >= 1000054
+RUN_DEPENDS+=	${LOCALBASE}/lib/compat/libstdc++.so.6:${PORTSDIR}/misc/compat9x
+.endif
+
 post-extract:
 	@${MV} ${WRKSRC}/share/man ${WRKSRC}/man
 



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