summaryrefslogtreecommitdiff
path: root/www/opera
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2007-10-04 06:21:46 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2007-10-04 06:21:46 +0000
commitb448c924112a2914f0569c0bcec9690b9fa159cd (patch)
tree69d410f5d69f08b523a59ea57e83f8424e28807e /www/opera
parentRemove always-false/true conditions based on OSVERSION 500000 (diff)
Remove always-false/true conditions based on OSVERSION 500000
Notes
Notes: svn path=/head/; revision=200793
Diffstat (limited to 'www/opera')
-rw-r--r--www/opera/Makefile6
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