diff options
author | pav <pav@FreeBSD.org> | 2011-07-26 05:55:52 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2011-07-26 05:55:52 +0800 |
commit | f42e74abd7b4b2293d4b7149d6076b7e32498c12 (patch) | |
tree | 6afb62a9530146d388c5d9068af5b757b84219f4 /mail/claws-mail | |
parent | 0aeb30ce00f52f9c392aa5478f52ff01211280e4 (diff) | |
download | freebsd-ports-gnome-f42e74abd7b4b2293d4b7149d6076b7e32498c12.tar.gz freebsd-ports-gnome-f42e74abd7b4b2293d4b7149d6076b7e32498c12.tar.zst freebsd-ports-gnome-f42e74abd7b4b2293d4b7149d6076b7e32498c12.zip |
- Mark BROKEN: does not compile
wizard.c:1298: error: 'label' undeclared (first use in this function)
Reported by: pointyhat
Diffstat (limited to 'mail/claws-mail')
-rw-r--r-- | mail/claws-mail/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/claws-mail/Makefile b/mail/claws-mail/Makefile index 5af3356c866c..bd98a977c40f 100644 --- a/mail/claws-mail/Makefile +++ b/mail/claws-mail/Makefile @@ -24,6 +24,8 @@ LIB_DEPENDS= etpan:${PORTSDIR}/mail/libetpan \ execinfo:${PORTSDIR}/devel/libexecinfo RUN_DEPENDS= ${LOCALBASE}/etc/mime.types:${PORTSDIR}/misc/mime-support +BROKEN= does not compile + CONFLICTS= sylpheed-claws LICENSE= GPLv3 |