From a6e7b842f5c22d14040b8191198505df2115b78c Mon Sep 17 00:00:00 2001 From: dinoex Date: Sun, 20 Oct 2013 05:32:51 +0000 Subject: - add compat9 on FreeBSD-10 Submitted by: Alexey Dokuchaev --- www/opera/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'www') diff --git a/www/opera/Makefile b/www/opera/Makefile index efc093a02730..720afde46aa9 100644 --- a/www/opera/Makefile +++ b/www/opera/Makefile @@ -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 -- cgit