diff options
author | itetcu <itetcu@FreeBSD.org> | 2010-09-27 05:39:09 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2010-09-27 05:39:09 +0800 |
commit | 0f2888f5f6f4f28cd3c74a3bc87f949ab52bf69e (patch) | |
tree | 9369bee12b0aec56bd9b8cb74c721adfa245e07a /www/linux-opera | |
parent | 09acf6f242755e02e0beb04f32de3e5098047afe (diff) | |
download | freebsd-ports-gnome-0f2888f5f6f4f28cd3c74a3bc87f949ab52bf69e.tar.gz freebsd-ports-gnome-0f2888f5f6f4f28cd3c74a3bc87f949ab52bf69e.tar.zst freebsd-ports-gnome-0f2888f5f6f4f28cd3c74a3bc87f949ab52bf69e.zip |
Mark as conflicting with www/opera, as it removes the files installed by the
native opera version on `make install`.
Tested by: Eitan Adler <lists@eitanadler.com>
Diffstat (limited to 'www/linux-opera')
-rw-r--r-- | www/linux-opera/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/linux-opera/Makefile b/www/linux-opera/Makefile index 0cf47aeeb3e9..0a4657197f9c 100644 --- a/www/linux-opera/Makefile +++ b/www/linux-opera/Makefile @@ -25,6 +25,8 @@ DISTNAME= ${PORTNAME}-${OPERA_VER}-${OPERA_BUILD}.i386.linux MAINTAINER= mezz@FreeBSD.org COMMENT= A blazingly fast, full-featured, standards-compliant browser +CONFLICTS= opera-[0-9]* # removes installed www/opera's file on make install + RUN_DEPENDS= update-mime-database:${PORTSDIR}/misc/shared-mime-info USE_BZIP2= yes |