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 | More typo fixes. (diff) |
Add dependency on compat5x for OSVERSION > 600000
PR: ports/85684
Submitted by: Arjan van Leeuwen <avleeuwen@piwebs.com> (maintainer)
Reported by: pav
Notes
Notes:
svn path=/head/; revision=141930
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 |