aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-09-08 14:07:03 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-09-08 14:07:03 +0000
commitced6da1420dcbe9460340f664841f5e2fcefa868 (patch)
tree7cc76a320d4485bc6da0ff56a68f0e7d73676bc9
parent70ce87e21336acc912b9e0c04ae557b73abf05eb (diff)
downloadports-ced6da1420dcbe9460340f664841f5e2fcefa868.tar.gz
ports-ced6da1420dcbe9460340f664841f5e2fcefa868.zip
Fix packaging on 10+.
Notes
Notes: svn path=/head/; revision=367628
-rw-r--r--www/opera/Makefile1
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