diff options
Diffstat (limited to 'mail')
-rw-r--r-- | mail/sylpheed/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/sylpheed/Makefile b/mail/sylpheed/Makefile index 7e3dec8a9f7..8694085c3df 100644 --- a/mail/sylpheed/Makefile +++ b/mail/sylpheed/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.111 2008/01/18 05:08:30 tnn Exp $ +# $NetBSD: Makefile,v 1.112 2008/03/30 14:47:35 darcy Exp $ DISTNAME= sylpheed-2.4.8 PKGREVISION= 1 @@ -14,7 +14,8 @@ CONFLICTS= sylpheed-claws-[0-9]* sylpheed-gtk2-[0-9]* USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes -USE_TOOLS+= gmake msgfmt pkg-config +USE_TOOLS+= gmake msgfmt pkg-config +USE_LANGUAGES+= c c++ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-nls |