diff options
author | ale <ale@FreeBSD.org> | 2004-11-01 18:46:24 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2004-11-01 18:46:24 +0800 |
commit | 9f4e57d750b4d46cd05bc44d9f00e21c600a3626 (patch) | |
tree | 07fb2c137113327c8527086bff208ca9f0b55341 /mail/enigmail-thunderbird/Makefile | |
parent | b62957eec69e6bf3b77ebfdb4349c703500e816f (diff) | |
download | freebsd-ports-gnome-9f4e57d750b4d46cd05bc44d9f00e21c600a3626.tar.gz freebsd-ports-gnome-9f4e57d750b4d46cd05bc44d9f00e21c600a3626.tar.zst freebsd-ports-gnome-9f4e57d750b4d46cd05bc44d9f00e21c600a3626.zip |
- Update to 0.86.1 release [1]
- Pet portlint s/file/f/ [1]
- Re-enable support for Thunderbird !
PR: ports/73359 [1]
Submitted by: dougb [1]
Diffstat (limited to 'mail/enigmail-thunderbird/Makefile')
-rw-r--r-- | mail/enigmail-thunderbird/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/mail/enigmail-thunderbird/Makefile b/mail/enigmail-thunderbird/Makefile index 8561022304a7..82d198b8d72f 100644 --- a/mail/enigmail-thunderbird/Makefile +++ b/mail/enigmail-thunderbird/Makefile @@ -12,17 +12,14 @@ 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} -IGNORE= cannot be installed globally with the new thunderbird 0.7+ extension manager - -IPCVERSION= 1.0.7 +IPCVERSION= 1.0.8 MASTERDIR= ${.CURDIR}/../enigmail PKGINSTALL= ${.CURDIR}/pkg-install PKGDEINSTALL= ${.CURDIR}/pkg-deinstall -PKGMESSAGE= ${.CURDIR}/pkg-message LOCAL_SRCDIR= mail/thunderbird -LOCAL_SUBDIR= lib/thunderbird/lib/thunderbird-0.7 +LOCAL_SUBDIR= lib/thunderbird/lib/thunderbird-0.8 .include "${MASTERDIR}/Makefile" |