aboutsummaryrefslogtreecommitdiff
path: root/www/opera
diff options
context:
space:
mode:
authorSam Lawrance <lawrance@FreeBSD.org>2005-09-04 15:36:07 +0000
committerSam Lawrance <lawrance@FreeBSD.org>2005-09-04 15:36:07 +0000
commitb6bd2bd9a347a131e1b5d36d511a5899418f2406 (patch)
tree064d1dbc15ea750b9ed5d18479497e4bc11262ca /www/opera
parentb97676bd0a5d2fb8fc43c8852419eacc88f0ad34 (diff)
downloadports-b6bd2bd9a347a131e1b5d36d511a5899418f2406.tar.gz
ports-b6bd2bd9a347a131e1b5d36d511a5899418f2406.zip
Notes
Diffstat (limited to 'www/opera')
-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