diff options
author | Sam Lawrance <lawrance@FreeBSD.org> | 2005-09-04 15:36:07 +0000 |
---|---|---|
committer | Sam Lawrance <lawrance@FreeBSD.org> | 2005-09-04 15:36:07 +0000 |
commit | b6bd2bd9a347a131e1b5d36d511a5899418f2406 (patch) | |
tree | 064d1dbc15ea750b9ed5d18479497e4bc11262ca /www/opera | |
parent | b97676bd0a5d2fb8fc43c8852419eacc88f0ad34 (diff) | |
download | ports-b6bd2bd9a347a131e1b5d36d511a5899418f2406.tar.gz ports-b6bd2bd9a347a131e1b5d36d511a5899418f2406.zip |
Notes
Diffstat (limited to 'www/opera')
-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 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 |