diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-11-24 09:43:42 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-11-24 09:43:42 +0800 |
commit | 995f716f7d716f5c277fa41142091a21cc4ae595 (patch) | |
tree | edd25e8410a6fdf93aebbea3218a03b532ec17d7 /mail | |
parent | de7e8326a23905522c7aac7d74373ddea64a541a (diff) | |
download | marcuscom-ports-995f716f7d716f5c277fa41142091a21cc4ae595.tar marcuscom-ports-995f716f7d716f5c277fa41142091a21cc4ae595.tar.gz marcuscom-ports-995f716f7d716f5c277fa41142091a21cc4ae595.tar.bz2 marcuscom-ports-995f716f7d716f5c277fa41142091a21cc4ae595.tar.lz marcuscom-ports-995f716f7d716f5c277fa41142091a21cc4ae595.tar.xz marcuscom-ports-995f716f7d716f5c277fa41142091a21cc4ae595.tar.zst marcuscom-ports-995f716f7d716f5c277fa41142091a21cc4ae595.zip |
- Fix nspr in pkgconfig of old mozilla's so it tries to use port nspr
and not mozilla-nspr.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5201 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'mail')
-rw-r--r-- | mail/thunderbird/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile index bcb3dbba2..0a76c216a 100644 --- a/mail/thunderbird/Makefile +++ b/mail/thunderbird/Makefile @@ -3,12 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/mail/thunderbird/Makefile,v 1.11 2005/11/23 05:00:52 ahze Exp $ +# $MCom: ports/mail/thunderbird/Makefile,v 1.12 2005/11/23 18:20:23 marcus Exp $ # PORTNAME= thunderbird PORTVERSION= 1.0.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_MOZILLA} MASTER_SITE_SUBDIR= ${PORTNAME}/releases/${PORTVERSION}/source |