diff options
author | netchild <netchild@FreeBSD.org> | 2010-10-20 15:38:08 +0800 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2010-10-20 15:38:08 +0800 |
commit | a068c6269484ad1a2fa7cb44c182a28c5cbd4cfb (patch) | |
tree | 51076585e352f73d94bec15753ead1d4ffd253ef /mail | |
parent | ddbdea8f17e5abbd1de2d6b7708ef6df48ccbe6b (diff) | |
download | freebsd-ports-gnome-a068c6269484ad1a2fa7cb44c182a28c5cbd4cfb.tar.gz freebsd-ports-gnome-a068c6269484ad1a2fa7cb44c182a28c5cbd4cfb.tar.zst freebsd-ports-gnome-a068c6269484ad1a2fa7cb44c182a28c5cbd4cfb.zip |
Add dependency to libexecinfo, seems to be needed now.
Submitted by: Conny Seidel <conny.seidel@bsd-crew.de>
Diffstat (limited to 'mail')
-rw-r--r-- | mail/claws-mail/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/claws-mail/Makefile b/mail/claws-mail/Makefile index c3af6a0ebb9c..4b3484db7d65 100644 --- a/mail/claws-mail/Makefile +++ b/mail/claws-mail/Makefile @@ -7,7 +7,7 @@ PORTNAME= claws-mail PORTVERSION= 3.7.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail news ipv6 MASTER_SITES= SF/sylpheed-claws/Claws%20Mail/${PORTVERSION} @@ -20,7 +20,8 @@ LIB_DEPENDS= etpan:${PORTSDIR}/mail/libetpan \ fontconfig:${PORTSDIR}/x11-fonts/fontconfig \ freetype:${PORTSDIR}/print/freetype2 \ png:${PORTSDIR}/graphics/png \ - gnutls.40:${PORTSDIR}/security/gnutls + gnutls.40:${PORTSDIR}/security/gnutls \ + execinfo:${PORTSDIR}/devel/libexecinfo RUN_DEPENDS= ${LOCALBASE}/etc/mime.types:${PORTSDIR}/misc/mime-support CONFLICTS= sylpheed-claws |