diff options
author | pawel <pawel@FreeBSD.org> | 2013-10-05 19:25:29 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2013-10-05 19:25:29 +0800 |
commit | 7a604e830e84e629ab1b147e2ddbce62d34fb7ec (patch) | |
tree | 7defe4a233e866af3a2af3cc379fabca90969635 /mail/claws-mail-archiver | |
parent | d5bc6c4644340c2a0fe0191ec6086a6f81ebcf4c (diff) | |
download | freebsd-ports-gnome-7a604e830e84e629ab1b147e2ddbce62d34fb7ec.tar.gz freebsd-ports-gnome-7a604e830e84e629ab1b147e2ddbce62d34fb7ec.tar.zst freebsd-ports-gnome-7a604e830e84e629ab1b147e2ddbce62d34fb7ec.zip |
- Fix comboboxes vcalendar bug by adding upstream patches [1]
- Add support for STAGEDIR
- Properly set configure iconv args
PR: ports/182439 [1]
Reported by: Gerard Seibert <gerard@seibercom.net>
Diffstat (limited to 'mail/claws-mail-archiver')
-rw-r--r-- | mail/claws-mail-archiver/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mail/claws-mail-archiver/Makefile b/mail/claws-mail-archiver/Makefile index 1c0cfa447562..67b2c2290777 100644 --- a/mail/claws-mail-archiver/Makefile +++ b/mail/claws-mail-archiver/Makefile @@ -8,6 +8,5 @@ COMMENT= Mail archiver plugin for Claws Mail CLAWS_PLUGINS_BUILD= archive -NO_STAGE= yes .include "../claws-mail/Makefile.claws" .include <bsd.port.mk> |