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 | 478c116bd8f1f1496b13a4a78c65b546e8deaeab (patch) | |
tree | 6492bf74f485f36c0753964bb5308e029d1ab0fd /www/dillo | |
parent | b6491eb65bd259f44033d954abeedfa95e4388d7 (diff) | |
download | pkgsrc-478c116bd8f1f1496b13a4a78c65b546e8deaeab.tar.gz |
Fix build on SunOS.
Diffstat (limited to 'www/dillo')
-rw-r--r-- | www/dillo/Makefile | 4 |
1 files changed, 3 insertions, 1 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: |