diff options
author | kris <kris@FreeBSD.org> | 2004-02-23 10:12:24 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-02-23 10:12:24 +0800 |
commit | ce501bf56ea75d330557de28b5d7c622aa2cd3c5 (patch) | |
tree | 7026bfe045823992aecd12fcefd0804d1f5adef6 /mail | |
parent | b093290f9ef192d793a941219ef2710ed42c9333 (diff) | |
download | freebsd-ports-gnome-ce501bf56ea75d330557de28b5d7c622aa2cd3c5.tar.gz freebsd-ports-gnome-ce501bf56ea75d330557de28b5d7c622aa2cd3c5.tar.zst freebsd-ports-gnome-ce501bf56ea75d330557de28b5d7c622aa2cd3c5.zip |
BROKEN: Does not compile
Diffstat (limited to 'mail')
-rw-r--r-- | mail/enigmail-thunderbird/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/enigmail-thunderbird/Makefile b/mail/enigmail-thunderbird/Makefile index fca8cc9c8051..d20d6caa9268 100644 --- a/mail/enigmail-thunderbird/Makefile +++ b/mail/enigmail-thunderbird/Makefile @@ -20,4 +20,6 @@ PKGDEINSTALL= ${.CURDIR}/pkg-deinstall LOCAL_SRCDIR= ${PORTSDIR}/mail/thunderbird LOCAL_SUBDIR= lib/thunderbird/lib/mozilla-1.6b +BROKEN= "Does not compile" + .include "${MASTERDIR}/Makefile" |