aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/opera/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/www/opera/Makefile b/www/opera/Makefile
index 0b8c4ea09699..7b10abb3f094 100644
--- a/www/opera/Makefile
+++ b/www/opera/Makefile
@@ -54,6 +54,10 @@ LIB_DEPENDS+= aspell.16:${PORTSDIR}/textproc/aspell
LIB_DEPENDS+= c_r.4:${PORTSDIR}/misc/compat4x
.endif
+.if ${OSVERSION} >= 600000
+LIB_DEPENDS+= z.2:${PORTSDIR}/misc/compat5x
+.endif
+
.if ${HAVE_GNOME:Mgnomehier}!=""
PLIST_SUB+= GNOME=""
.else