diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2016-08-09 22:33:33 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2016-08-09 22:33:33 +0000 |
commit | f14bf47b4732faca845ecf09a1d99b2fdc17ab21 (patch) | |
tree | e458904ac1e6a1289cb384e96581a6089df03a96 /mail/claws-mail/Makefile | |
parent | 820c688718db681e659903005720d9456a16ba66 (diff) | |
download | freebsd-ports-f14bf47b4732faca845ecf09a1d99b2fdc17ab21.zip |
- Update to Claws Mail release 3.14.0
- Register proxy dependencies found by stage-qa
Changes: http://claws-mail.org/news.php
Diffstat (limited to 'mail/claws-mail/Makefile')
-rw-r--r-- | mail/claws-mail/Makefile | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/mail/claws-mail/Makefile b/mail/claws-mail/Makefile index 4629ad8dcd5a..b19be9009684 100644 --- a/mail/claws-mail/Makefile +++ b/mail/claws-mail/Makefile @@ -2,18 +2,23 @@ # $FreeBSD$ PORTNAME= claws-mail -PORTREVISION= 1 CATEGORIES= mail news ipv6 COMMENT= Lightweight and featureful GTK+ based e-mail and news client -LIB_DEPENDS= libetpan.so:mail/libetpan \ +LIB_DEPENDS= libcurl.so:ftp/curl \ + libetpan.so:mail/libetpan \ + libfreetype.so:print/freetype2 \ + libsasl2.so:security/cyrus-sasl2 \ libgnutls.so:security/gnutls \ - libgcrypt.so:security/libgcrypt + libgcrypt.so:security/libgcrypt \ + libexpat.so:textproc/expat2 \ + libfontconfig.so:x11-fonts/fontconfig RUN_DEPENDS= mime-support>0:misc/mime-support -USE_GNOME= gtk20 -USES= cpe desktop-file-utils execinfo pathfix shebangfix +USE_XORG= ice sm +USE_GNOME= cairo gtk20 +USES= cpe desktop-file-utils execinfo pathfix shebangfix ssl SHEBANG_FILES= tools/*.pl tools/*.py tools/tb2claws-mail INSTALLS_ICONS= yes |