diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2013-01-24 15:51:35 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2013-01-24 15:51:35 +0000 |
commit | 868d3736b4b00869de2605655ad8d2c873255e60 (patch) | |
tree | a454292af5ea56ee9a7b9b5c42af77ec211776f1 /mail | |
parent | 6ecb28e27d2c3c0f090bed4209d958c3f9671cd5 (diff) | |
download | ports-868d3736b4b00869de2605655ad8d2c873255e60.tar.gz ports-868d3736b4b00869de2605655ad8d2c873255e60.zip |
Notes
Diffstat (limited to 'mail')
-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 79b5266ddad8..c41e01918315 100644 --- a/mail/claws-mail/Makefile +++ b/mail/claws-mail/Makefile @@ -151,7 +151,7 @@ CONFIGURE_ARGS+= --disable-pgpmime-plugin --disable-pgpcore-plugin \ .endif .if ${PORT_OPTIONS:MDEBUG} -CONFIGURE_ARGS+= --enable-maintainer-mode --enable-crash-dialog +CONFIGURE_ARGS+= --enable-maintainer-mode .endif .if ${PORT_OPTIONS:MDILLO} |