diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-09-08 14:07:03 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-09-08 14:07:03 +0000 |
commit | ced6da1420dcbe9460340f664841f5e2fcefa868 (patch) | |
tree | 7cc76a320d4485bc6da0ff56a68f0e7d73676bc9 /www | |
parent | 70ce87e21336acc912b9e0c04ae557b73abf05eb (diff) | |
download | freebsd-ports-ced6da1420dcbe9460340f664841f5e2fcefa868.zip |
Fix packaging on 10+.
Diffstat (limited to 'www')
-rw-r--r-- | www/opera/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/opera/Makefile b/www/opera/Makefile index 2e0b6b5fe4cc..7d6ea574c149 100644 --- a/www/opera/Makefile +++ b/www/opera/Makefile @@ -68,6 +68,7 @@ OPERA_ARCH= ${ARCH:S,i386,intel,} .if ${OSVERSION} >= 1000054 BUILD_DEPENDS+= ${LOCALBASE}/lib/compat/libstdc++.so.6:${PORTSDIR}/misc/compat9x +PLIST_SUB+= LIBSTDC="" .else PLIST_SUB+= LIBSTDC="@comment " .endif |