diff options
author | dinoex <dinoex@FreeBSD.org> | 2013-10-20 13:32:51 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2013-10-20 13:32:51 +0800 |
commit | a6e7b842f5c22d14040b8191198505df2115b78c (patch) | |
tree | 2b6e0d016a56e6428b94a3dd7998410678ac6293 /www | |
parent | de967f1c74b4a163ab1717430b2a04d74ed18e77 (diff) | |
download | freebsd-ports-gnome-a6e7b842f5c22d14040b8191198505df2115b78c.tar.gz freebsd-ports-gnome-a6e7b842f5c22d14040b8191198505df2115b78c.tar.zst freebsd-ports-gnome-a6e7b842f5c22d14040b8191198505df2115b78c.zip |
- add compat9 on FreeBSD-10
Submitted by: Alexey Dokuchaev
Diffstat (limited to 'www')
-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 |