diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/galeon/Makefile | 2 | ||||
-rw-r--r-- | www/galeon2/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/www/galeon/Makefile b/www/galeon/Makefile index 417fab1bdf05..4252349e637b 100644 --- a/www/galeon/Makefile +++ b/www/galeon/Makefile @@ -50,6 +50,8 @@ MAN1= galeon.1 FLASHPLAYER= ${LOCALBASE}/lib/libflashplayer.so.1 +CONFLICTS= galeon2-* + .include <bsd.port.pre.mk> .if ${OSVERSION} > 500000 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 |