diff options
author | ak <ak@FreeBSD.org> | 2014-06-03 21:40:27 +0800 |
---|---|---|
committer | ak <ak@FreeBSD.org> | 2014-06-03 21:40:27 +0800 |
commit | 8b92e613f39ebefcc3552a2e19d3708528032ec3 (patch) | |
tree | 52f6066cfe841e834ef09fcede7250e64f936589 | |
parent | 0a7aab4ddd6c4a00aee62a21ce41d3f045c96b43 (diff) | |
download | freebsd-ports-gnome-8b92e613f39ebefcc3552a2e19d3708528032ec3.tar.gz freebsd-ports-gnome-8b92e613f39ebefcc3552a2e19d3708528032ec3.tar.zst freebsd-ports-gnome-8b92e613f39ebefcc3552a2e19d3708528032ec3.zip |
- Take maintainership
- While here, remove obsolete OSVERSION check
-rw-r--r-- | www/opera/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
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 |