diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2013-10-20 05:32:51 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2013-10-20 05:32:51 +0000 |
commit | 3b3da15c7a1841ddcdea14e59f6b4b3fc9b106dc (patch) | |
tree | 2b6e0d016a56e6428b94a3dd7998410678ac6293 /www/opera/Makefile | |
parent | 5ad7a84ece35df63ca7c085ab4c97e6268603d87 (diff) |
Notes
Diffstat (limited to 'www/opera/Makefile')
-rw-r--r-- | www/opera/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
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 |