diff options
author | kris <kris@FreeBSD.org> | 2006-05-05 11:50:06 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-05-05 11:50:06 +0800 |
commit | 96533734fcf993fe9f586564010db549ca4444ea (patch) | |
tree | c65a0a548852fe5a270eada56d835ad0102243fc /mail | |
parent | 3d9c11902e6aeb4d2b22f0c51fa6bbaefa97595d (diff) | |
download | freebsd-ports-graphics-96533734fcf993fe9f586564010db549ca4444ea.tar.gz freebsd-ports-graphics-96533734fcf993fe9f586564010db549ca4444ea.tar.zst freebsd-ports-graphics-96533734fcf993fe9f586564010db549ca4444ea.zip |
BROKEN: Does not compile
Diffstat (limited to 'mail')
-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 d746f44ac78..8dc489c483b 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 |