diff options
Diffstat (limited to 'www/weex')
-rw-r--r-- | www/weex/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/weex/Makefile b/www/weex/Makefile index c4e4af388a0..42ece4309ce 100644 --- a/www/weex/Makefile +++ b/www/weex/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2011/04/22 13:45:01 obache Exp $ +# $NetBSD: Makefile,v 1.13 2012/02/16 20:06:35 hans Exp $ DISTNAME= weex-2.6.1.5 PKGREVISION= 1 @@ -15,6 +15,8 @@ GNU_CONFIGURE= yes USE_PKGLOCALEDIR= yes USE_TOOLS+= msgfmt +LIBS.SunOS+= -lintl + WEEX_DOCS= AUTHORS BUGS BUGS.ja COPYING COPYING.ja \ ChangeLog ChangeLog.ja FAQ FAQ.ja README README.ja \ THANKS TODO TODO.ja |