diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-11-24 00:10:42 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-11-24 00:10:42 +0800 |
commit | 22cfb1ad5f6abcdd672e1dfee89263fdd387e287 (patch) | |
tree | 036ef8f111828e4118907c959263db96528505fe /www/firefox/Makefile | |
parent | be87f2ee071bc2055371c06a030ae6cbe4e25ac9 (diff) | |
download | marcuscom-ports-22cfb1ad5f6abcdd672e1dfee89263fdd387e287.tar.gz marcuscom-ports-22cfb1ad5f6abcdd672e1dfee89263fdd387e287.tar.zst marcuscom-ports-22cfb1ad5f6abcdd672e1dfee89263fdd387e287.zip |
Link Forefox against pangox to fix undefined symbol problems.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5193 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/firefox/Makefile')
-rw-r--r-- | www/firefox/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile index 70cb812b3..f05bcbadf 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -3,12 +3,12 @@ # Whom: Alan Eldridge <alane@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/www/firefox/Makefile,v 1.22 2005/11/22 21:29:14 ahze Exp $ +# $MCom: ports/www/firefox/Makefile,v 1.23 2005/11/23 04:54:58 ahze Exp $ # PORTNAME= firefox DISTVERSION= 1.5rc3 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_MOZILLA} |