diff options
-rw-r--r-- | www/opera/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/opera/Makefile b/www/opera/Makefile index e326c07ccd84..4cdcadad3b33 100644 --- a/www/opera/Makefile +++ b/www/opera/Makefile @@ -58,7 +58,9 @@ QT_PRESENT= off .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 600000 +.if ${OSVERSION} >= 700040 +OPERA_TYPE= 1 +.elif ${OSVERSION} >= 600000 OPERA_TYPE= 4 .elif ${OSVERSION} >= 500000 OPERA_TYPE= 3 |