diff options
author | hans <hans@pkgsrc.org> | 2012-02-16 19:59:53 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2012-02-16 19:59:53 +0000 |
commit | 1635c0cfd8f659e9e4b8c9781d44d91e0ad00d4c (patch) | |
tree | 6492bf74f485f36c0753964bb5308e029d1ab0fd /www/weex | |
parent | 1870814319d8404625a7b0ed8e2752a06bab857c (diff) | |
download | pkgsrc-1635c0cfd8f659e9e4b8c9781d44d91e0ad00d4c.tar.gz |
Fix build on SunOS.
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 |