diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-11-03 19:14:23 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-11-03 19:14:23 +0000 |
commit | af93a41404bbfb326624be1e8b4065ee2e254443 (patch) | |
tree | 7e54b8a46d7d1fc9aaa238e96cadc69f222da665 /mail/claws-mail/Makefile | |
parent | f12cf1f8d22309ec29b1333fa858000dade14e12 (diff) | |
download | freebsd-ports-af93a41404bbfb326624be1e8b4065ee2e254443.zip |
Fix build with libetpan 1.9.4
Reported by: antoine
Diffstat (limited to 'mail/claws-mail/Makefile')
-rw-r--r-- | mail/claws-mail/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/claws-mail/Makefile b/mail/claws-mail/Makefile index c8c736a796ea..ccec65f199c9 100644 --- a/mail/claws-mail/Makefile +++ b/mail/claws-mail/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS= libcurl.so:ftp/curl \ libnettle.so:security/nettle RUN_DEPENDS= mime-support>0:misc/mime-support -USES= autoreconf gettext-tools compiler:c++11-lang cpe desktop-file-utils gettext gnome pathfix \ +USES= autoreconf gettext-tools compiler:c++11-lang cpe desktop-file-utils gettext gnome pathfix pkgconfig \ python:3.6 shebangfix ssl USE_XORG= ice sm USE_GNOME= cairo gtk20 librsvg2 |