From owner-svn-ports-head@freebsd.org Mon Feb 20 18:26:31 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5ACE8CE6F6A; Mon, 20 Feb 2017 18:26:31 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 23F6D671; Mon, 20 Feb 2017 18:26:31 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1KIQU09020436; Mon, 20 Feb 2017 18:26:30 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1KIQUJE020435; Mon, 20 Feb 2017 18:26:30 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201702201826.v1KIQUJE020435@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Mon, 20 Feb 2017 18:26:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434483 - head/www/linux-opera X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2017 18:26:31 -0000 Author: tijl Date: Mon Feb 20 18:26:29 2017 New Revision: 434483 URL: https://svnweb.freebsd.org/changeset/ports/434483 Log: Remove unnecessary dependencies. naslibs is not available with CentOS 7. Modified: head/www/linux-opera/Makefile Modified: head/www/linux-opera/Makefile ============================================================================== --- head/www/linux-opera/Makefile Mon Feb 20 18:23:16 2017 (r434482) +++ head/www/linux-opera/Makefile Mon Feb 20 18:26:29 2017 (r434483) @@ -2,7 +2,7 @@ PORTNAME= opera PORTVERSION= ${OPERA_VER} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www linux MASTER_SITES= ftp://ftp.opera.com/pub/opera/linux/${OPERA_VER:S/.//}/ \ ftp://ftp.sunet.se/pub/www/clients/Opera/linux/${OPERA_VER:S/.//}/ \ @@ -22,7 +22,7 @@ COMMENT= Blazingly fast, full-featured, RUN_DEPENDS= update-mime-database:misc/shared-mime-info USES= desktop-file-utils linux shared-mime-info tar:xz -USE_LINUX= gtk2 naslibs png sqlite3 xorglibs +USE_LINUX= gtk2 sqlite3 xorglibs ONLY_FOR_ARCHS= i386 amd64 WANT_GNOME= yes INSTALLS_ICONS= yes