Date: Mon, 20 Feb 2017 18:26:30 +0000 (UTC) From: Tijl Coosemans <tijl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434483 - head/www/linux-opera Message-ID: <201702201826.v1KIQUJE020435@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702201826.v1KIQUJE020435>