diff options
author | pav <pav@FreeBSD.org> | 2008-07-23 08:57:45 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-07-23 08:57:45 +0800 |
commit | 75d68f3b75516c461d84e6bae4ed194b98717abe (patch) | |
tree | c78a7a198867b89bb9ea2ddf7c7e3a005b02df7a /mail | |
parent | 800fdb8d7203beda6fe01595b6f5447972ffc919 (diff) | |
download | freebsd-ports-gnome-75d68f3b75516c461d84e6bae4ed194b98717abe.tar.gz freebsd-ports-gnome-75d68f3b75516c461d84e6bae4ed194b98717abe.tar.zst freebsd-ports-gnome-75d68f3b75516c461d84e6bae4ed194b98717abe.zip |
- Mark BROKEN: does not compile with gnutls-2.4.x
Diffstat (limited to 'mail')
-rw-r--r-- | mail/libvmime/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/libvmime/Makefile b/mail/libvmime/Makefile index 0b0e75caf473..576d6a5c2747 100644 --- a/mail/libvmime/Makefile +++ b/mail/libvmime/Makefile @@ -18,6 +18,8 @@ COMMENT= An all-in-one Internet mail library LIB_DEPENDS+= gnutls.26:${PORTSDIR}/security/gnutls LIB_DEPENDS+= gsasl.11:${PORTSDIR}/security/gsasl +BROKEN= does not compile with gnutls-2.4.x + USE_BZIP2= yes USE_GMAKE= yes USE_ICONV= yes |