diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/dillo/Makefile | 4 | ||||
-rw-r--r-- | www/weex/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/www/dillo/Makefile b/www/dillo/Makefile index 36a0480782f..3614a1247cb 100644 --- a/www/dillo/Makefile +++ b/www/dillo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.54 2012/01/22 11:23:35 obache Exp $ +# $NetBSD: Makefile,v 1.55 2012/02/16 19:59:53 hans Exp $ DISTNAME= dillo-3.0.2 CATEGORIES= www @@ -28,6 +28,8 @@ CONF_FILES+= ${EGDIR}/keysrc ${PKG_SYSCONFDIR}/keysrc INSTALLATION_DIRS= share/doc/dillo ${EGDIR} +LIBS.SunOS+= -liconv + .include "options.mk" post-install: 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 |