diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 06:21:46 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 06:21:46 +0000 |
commit | b448c924112a2914f0569c0bcec9690b9fa159cd (patch) | |
tree | 69d410f5d69f08b523a59ea57e83f8424e28807e /www/opera | |
parent | cc82ac7af1a4b4743ab599432b8c7f24a774e0c8 (diff) |
Notes
Diffstat (limited to 'www/opera')
-rw-r--r-- | www/opera/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/www/opera/Makefile b/www/opera/Makefile index 18013c2309da..066969110a5f 100644 --- a/www/opera/Makefile +++ b/www/opera/Makefile @@ -61,10 +61,8 @@ QT_PRESENT= off OPERA_TYPE= 1 .elif ${OSVERSION} >= 600000 OPERA_TYPE= 4 -.elif ${OSVERSION} >= 500000 -OPERA_TYPE= 3 .else -OPERA_TYPE= 1 +OPERA_TYPE= 3 .endif .if ${OSVERSION} > 700000 @@ -86,7 +84,7 @@ OPERA_LIB= static OPERA_TYPE= 1 .endif -.if ${OPERA_TYPE} == 1 && ${OSVERSION} >= 500000 +.if ${OPERA_TYPE} == 1 LIB_DEPENDS+= c_r.4:${PORTSDIR}/misc/compat4x .if ${OSVERSION} >= 600000 LIB_DEPENDS+= z.2:${PORTSDIR}/misc/compat5x |