diff options
author | ale <ale@FreeBSD.org> | 2004-06-27 17:58:45 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2004-06-27 17:58:45 +0800 |
commit | 5f72ae4acb337f7940e79c6321c4b66585efd2c7 (patch) | |
tree | dbfd49d369d1d81c335d4c5e3cc9ed6f397de711 /mail/enigmail-thunderbird/Makefile | |
parent | a8fceadd300dd062de2aad7df761c7988e12c635 (diff) | |
download | freebsd-ports-gnome-5f72ae4acb337f7940e79c6321c4b66585efd2c7.tar.gz freebsd-ports-gnome-5f72ae4acb337f7940e79c6321c4b66585efd2c7.tar.zst freebsd-ports-gnome-5f72ae4acb337f7940e79c6321c4b66585efd2c7.zip |
- Update enigmail-thunderbird to 0.84.1
- Add support for thunderbird 0.7
Diffstat (limited to 'mail/enigmail-thunderbird/Makefile')
-rw-r--r-- | mail/enigmail-thunderbird/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/mail/enigmail-thunderbird/Makefile b/mail/enigmail-thunderbird/Makefile index fd889fdc07f0..77e59d1e06bc 100644 --- a/mail/enigmail-thunderbird/Makefile +++ b/mail/enigmail-thunderbird/Makefile @@ -5,6 +5,7 @@ # $FreeBSD$ # +PORTVERSION= 0.84.1 PKGNAMESUFFIX= -thunderbird COMMENT= A GnuPG extension for the Thunderbird mail client @@ -12,6 +13,8 @@ COMMENT= A GnuPG extension for the Thunderbird mail client EXTRACT_DEPENDS=${WRKDIR}/../../../${LOCAL_SRCDIR}/work/mozilla/Makefile:${PORTSDIR}/${LOCAL_SRCDIR}:configure RUN_DEPENDS= thunderbird:${PORTSDIR}/${LOCAL_SRCDIR} +IPCVERSION= 1.0.7 + MASTERDIR= ${.CURDIR}/../enigmail PKGINSTALL= ${.CURDIR}/pkg-install @@ -19,6 +22,6 @@ PKGDEINSTALL= ${.CURDIR}/pkg-deinstall PKGMESSAGE= ${.CURDIR}/pkg-message LOCAL_SRCDIR= mail/thunderbird -LOCAL_SUBDIR= lib/thunderbird/lib/thunderbird-0.6 +LOCAL_SUBDIR= lib/thunderbird/lib/thunderbird-0.7 .include "${MASTERDIR}/Makefile" |