diff options
author | hans <hans> | 2012-02-16 19:59:53 +0000 |
---|---|---|
committer | hans <hans> | 2012-02-16 19:59:53 +0000 |
commit | 7c3f266bb4109091e4e5710cc583c6bbb4d588f0 (patch) | |
tree | 6492bf74f485f36c0753964bb5308e029d1ab0fd /www/weex/Makefile | |
parent | 6c2f479852aa6039e42e12cf9727715847273109 (diff) | |
download | pkgsrc-7c3f266bb4109091e4e5710cc583c6bbb4d588f0.tar.gz |
Fix build on SunOS.
Diffstat (limited to 'www/weex/Makefile')
-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 |