diff options
author | delphij <delphij@FreeBSD.org> | 2008-07-30 16:53:32 +0800 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2008-07-30 16:53:32 +0800 |
commit | ea82ca53bede7327d4272b3d58103e0f454eb7ce (patch) | |
tree | 71fdf068274be6c0c82cab582d6140fdf84e1edd /mail/libvmime | |
parent | f9f85e967850801cd072ca2951f6a0b5a83b5e21 (diff) | |
download | freebsd-ports-gnome-ea82ca53bede7327d4272b3d58103e0f454eb7ce.tar.gz freebsd-ports-gnome-ea82ca53bede7327d4272b3d58103e0f454eb7ce.tar.zst freebsd-ports-gnome-ea82ca53bede7327d4272b3d58103e0f454eb7ce.zip |
This port is not broken, it does not compile due to the corrupted header
installed by gnutls, which is now fixed.
Diffstat (limited to 'mail/libvmime')
-rw-r--r-- | mail/libvmime/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mail/libvmime/Makefile b/mail/libvmime/Makefile index fffb14cfe907..8fdf24fec91e 100644 --- a/mail/libvmime/Makefile +++ b/mail/libvmime/Makefile @@ -18,8 +18,6 @@ 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 |