diff options
author | marcus <marcus@FreeBSD.org> | 2003-10-11 14:13:35 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-10-11 14:13:35 +0800 |
commit | 38ba3750cad17555a3fbc275e80dc9ead3203d21 (patch) | |
tree | 2d7ba53ca2bfb8975470e78805f9b3cb9ddbb64b /www/galeon2 | |
parent | 68ff0fb502c24e9e2220d8e4267adb7af2e9a389 (diff) | |
download | freebsd-ports-gnome-38ba3750cad17555a3fbc275e80dc9ead3203d21.tar.gz freebsd-ports-gnome-38ba3750cad17555a3fbc275e80dc9ead3203d21.tar.zst freebsd-ports-gnome-38ba3750cad17555a3fbc275e80dc9ead3203d21.zip |
galeon and galeon2 conflict with each other.
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
Diffstat (limited to 'www/galeon2')
-rw-r--r-- | www/galeon2/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/galeon2/Makefile b/www/galeon2/Makefile index 0902801e9c84..abc38937e450 100644 --- a/www/galeon2/Makefile +++ b/www/galeon2/Makefile @@ -55,6 +55,8 @@ MAN1= galeon.1 FLASHPLAYER= ${LOCALBASE}/lib/libflashplayer.so.1 +CONFLICTS= galeon-* + .include <bsd.port.pre.mk> .if ${OSVERSION} > 500000 |