From 8b92e613f39ebefcc3552a2e19d3708528032ec3 Mon Sep 17 00:00:00 2001 From: ak Date: Tue, 3 Jun 2014 13:40:27 +0000 Subject: - Take maintainership - While here, remove obsolete OSVERSION check --- www/opera/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'www') diff --git a/www/opera/Makefile b/www/opera/Makefile index 97a94a38cd5a..f7e88307ff0f 100644 --- a/www/opera/Makefile +++ b/www/opera/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= ftp://ftp.opera.com/pub/opera/${MASTER_SITES_VER_PATH}/ \ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/www/opera/${MASTER_SITES_VER_PATH}&,}/ DISTNAME= ${PORTNAME}-${OPERA_VER}-${OPERA_BUILD}.${ARCH}.freebsd -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ak@FreeBSD.org COMMENT= Blazingly fast, full-featured, standards-compliant browser LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 \ @@ -80,10 +80,6 @@ ONLY_FOR_ARCHS= i386 amd64 OPERA_ARCH= ${ARCH:S,i386,intel,} -.if ${OSVERSION} < 700000 -IGNORE= only for FreeBSD 7.x and higher -.endif - .if ${OSVERSION} >= 1000054 .if ${PORT_OPTIONS:MCOMPAT9} RUN_DEPENDS+= ${LOCALBASE}/lib/compat/libstdc++.so.6:${PORTSDIR}/misc/compat9x -- cgit