diff options
author | wiz <wiz@pkgsrc.org> | 2007-09-18 06:40:36 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-09-18 06:40:36 +0000 |
commit | f4c18a742d1be75bd68e6617a418ecce73b4ba43 (patch) | |
tree | 9852e0e36dfc2d39ff822769dbc017a9ea548cc1 /mail | |
parent | 89db55d9683877a4135204ae91b91b97cc396b11 (diff) | |
download | pkgsrc-f4c18a742d1be75bd68e6617a418ecce73b4ba43.tar.gz |
Add commented out LICENSE line (gplv3).
Diffstat (limited to 'mail')
-rw-r--r-- | mail/claws-mail/Makefile.common | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/claws-mail/Makefile.common b/mail/claws-mail/Makefile.common index 9cf22aa712d..ac0879f26c3 100644 --- a/mail/claws-mail/Makefile.common +++ b/mail/claws-mail/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.4 2007/09/18 03:17:24 smb Exp $ +# $NetBSD: Makefile.common,v 1.5 2007/09/18 06:40:36 wiz Exp $ DISTNAME= claws-mail-${CLAWS_VERSION} CATEGORIES= mail news x11 @@ -21,6 +21,8 @@ GNU_CONFIGURE= YES # Force gnome detection off to avoid installing some extra files CONFIGURE_ENV+= ac_cv_path_GNOME_CONFIG="no" +#LICENSE= gplv3 + CONFIGURE_ARGS+= --enable-aspell CONFIGURE_ARGS+= --enable-nls CONFIGURE_ARGS+= --enable-openssl |