diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-10-11 06:13:35 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-10-11 06:13:35 +0000 |
commit | ca8f11067c1d409757ba0e4559933bbc48f25edb (patch) | |
tree | fe48c8b5a584a29ea3757ceaf44f1c15e4ef880c /www | |
parent | 11b73965f00bd36a8df144b2982d314e90ca1aa1 (diff) | |
download | ports-ca8f11067c1d409757ba0e4559933bbc48f25edb.tar.gz ports-ca8f11067c1d409757ba0e4559933bbc48f25edb.zip |
Notes
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 |