diff options
author | beat <beat@FreeBSD.org> | 2010-06-26 22:29:46 +0800 |
---|---|---|
committer | beat <beat@FreeBSD.org> | 2010-06-26 22:29:46 +0800 |
commit | 26ba4c3b4d038c8bae94f1418bf2993fc6b502cc (patch) | |
tree | 34f3063896191e199ffc9a92641e14a6a1efbd34 /mail | |
parent | b5931cf5cf34b736ea5abc232fb16c4e3c98453e (diff) | |
download | freebsd-ports-gnome-26ba4c3b4d038c8bae94f1418bf2993fc6b502cc.tar.gz freebsd-ports-gnome-26ba4c3b4d038c8bae94f1418bf2993fc6b502cc.tar.zst freebsd-ports-gnome-26ba4c3b4d038c8bae94f1418bf2993fc6b502cc.zip |
- Switch run dependency from Thunderbird 2.0 to 3.0
- Bump PORTREVISION
Feature safe: yes
Approved by: Matthew Luckie <mjl AT luckie.org.nz> (maintainer)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/thunderbird-dictionaries/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/thunderbird-dictionaries/Makefile b/mail/thunderbird-dictionaries/Makefile index 1965ec1727de..596cf9f90233 100644 --- a/mail/thunderbird-dictionaries/Makefile +++ b/mail/thunderbird-dictionaries/Makefile @@ -8,7 +8,7 @@ PORTNAME= thunderbird-dictionaries PORTVERSION= 20060220 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_MOZDEV} MASTER_SITE_SUBDIR= dictionaries @@ -18,7 +18,7 @@ DIST_SUBDIR= thunderbird MAINTAINER= mjl@luckie.org.nz COMMENT= Dictionaries for Mozilla Thunderbird -RUN_DEPENDS= thunderbird>=2.0.0.0:${PORTSDIR}/mail/thunderbird +RUN_DEPENDS= thunderbird>=3.0.0:${PORTSDIR}/mail/thunderbird3 USE_ZIP= yes WRKSRC= ${WRKDIR}/dictionaries |