diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2006-04-02 08:40:21 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2006-04-02 08:40:21 +0000 |
commit | f25ec5310292aa5e00d609bc9a612de1421d70dd (patch) | |
tree | 74cd930a26aa48592e8fdd31260397b66cf08370 /mail/sylpheed-claws | |
parent | cd453c204a095aaac3851e0abd4b707c0ed5ddc7 (diff) |
Notes
Diffstat (limited to 'mail/sylpheed-claws')
-rw-r--r-- | mail/sylpheed-claws/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/mail/sylpheed-claws/Makefile b/mail/sylpheed-claws/Makefile index f01fae0b4e01..ecbb50ff6bbb 100644 --- a/mail/sylpheed-claws/Makefile +++ b/mail/sylpheed-claws/Makefile @@ -7,7 +7,7 @@ PORTNAME= sylpheed-claws PORTVERSION= 2.0.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail news ipv6 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= sylpheed-claws @@ -52,6 +52,7 @@ OPTIONS= ALL "Enable all options." off \ ASPELL "Enable spell checking support." on \ CLAMAV "Enable virus-checking support." off \ COMPFACE "Enable X-Face support." on \ + DEBUG "Enable debug support." off \ GNOMEPRINT "Enable extended print support (GNOME)." off \ GPGME "Enable PGP/GnuPG support using GPGME." off \ JPILOT "Enable JPilot support." off \ @@ -153,6 +154,9 @@ PLIST_SUB+= THEMES="@comment " .else PLIST_SUB+= THEMES="" .endif +.if defined(WITH_DEBUG) || defined(WITH_ALL) +CONFIGURE_ARGS+= --enable-maintainer-mode --enable-crash-dialog +.endif post-extract: .if !defined(WITHOUT_THEMES) |