diff options
author | darcy <darcy@pkgsrc.org> | 2008-03-30 14:47:35 +0000 |
---|---|---|
committer | darcy <darcy@pkgsrc.org> | 2008-03-30 14:47:35 +0000 |
commit | 0a6045b5add4b9d7324c733e10fb8b9e835a0f8e (patch) | |
tree | 3476b6a13ae4c666a4f4c69ed92fd76856719093 /mail/sylpheed/Makefile | |
parent | 54071568261e401506f8f04d36a71a06450e37af (diff) | |
download | pkgsrc-0a6045b5add4b9d7324c733e10fb8b9e835a0f8e.tar.gz |
Add USE_LANGUAGES variable as suggested by pkglint.
Diffstat (limited to 'mail/sylpheed/Makefile')
-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 |