diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-05-05 03:50:06 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-05-05 03:50:06 +0000 |
commit | 8beec42e6fe04dfb4141007dedaa5d24e30efe39 (patch) | |
tree | 3958b018f270c04380df03cd7566d2e04f6bcf0a /mail/moztraybiff | |
parent | f7c08f20db354aab5a1d8a94ae887402d7d644f1 (diff) |
Notes
Diffstat (limited to 'mail/moztraybiff')
-rw-r--r-- | mail/moztraybiff/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/moztraybiff/Makefile b/mail/moztraybiff/Makefile index d746f44ac78a..8dc489c483ba 100644 --- a/mail/moztraybiff/Makefile +++ b/mail/moztraybiff/Makefile @@ -19,6 +19,8 @@ BUILD_DEPENDS= ${X11BASE}/lib/thunderbird/components/libwidget_gtk2.so:${PORTSDI zip:${PORTSDIR}/archivers/zip RUN_DEPENDS= ${X11BASE}/lib/thunderbird/components/libwidget_gtk2.so:${PORTSDIR}/mail/thunderbird +BROKEN= Does not compile + .if !exists(../thunderbird/Makefile) BROKEN= ${PORTNAME} needs the Thunderbird port in order to build .else |