diff options
-rw-r--r-- | www/galeon/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/www/galeon/Makefile b/www/galeon/Makefile index 6c89fc76e..954cb0787 100644 --- a/www/galeon/Makefile +++ b/www/galeon/Makefile @@ -3,7 +3,7 @@ # Whom: Maxim Sobolev <sobomax@FreeBSD.org> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/www/galeon/Makefile,v 1.1 2005/07/22 04:27:17 ahze Exp $ # PORTNAME= galeon @@ -62,8 +62,6 @@ GCONF_SCHEMAS= galeon.schemas FLASHPLAYER= ${LOCALBASE}/lib/libflashplayer.so.1 -CONFLICTS= galeon-[0-9]* - .include <bsd.port.pre.mk> .if ${OSVERSION} > 500000 |