diff options
author | edwin <edwin@FreeBSD.org> | 2007-10-04 14:21:46 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-10-04 14:21:46 +0800 |
commit | a048be6d33b3cc36897a6c1ff56b3123fe4882bb (patch) | |
tree | a1bc95a88408347209af32ce9d270f62a68d31ed /www/opera | |
parent | 08fd42a6ba4cfc15ec8814217e373f4372da0992 (diff) | |
download | freebsd-ports-gnome-a048be6d33b3cc36897a6c1ff56b3123fe4882bb.tar.gz freebsd-ports-gnome-a048be6d33b3cc36897a6c1ff56b3123fe4882bb.tar.zst freebsd-ports-gnome-a048be6d33b3cc36897a6c1ff56b3123fe4882bb.zip |
Remove always-false/true conditions based on OSVERSION 500000
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 |