svn commit: r434483 - head/www/linux-opera

Tijl Coosemans tijl at FreeBSD.org
Mon Feb 20 18:26:31 UTC 2017


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


More information about the svn-ports-head mailing list