summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorshattered <shattered@pkgsrc.org>2016-07-22 18:51:41 +0000
committershattered <shattered@pkgsrc.org>2016-07-22 18:51:41 +0000
commit92877763b3a08ab865fcecd921d142de0a893e1d (patch)
treedb342163df376dd96825bc4d0c26a88496158c2e /www
parent9a90d6185b5a79c08ef8d00888b52d4f94abcf6d (diff)
downloadpkgsrc-92877763b3a08ab865fcecd921d142de0a893e1d.tar.gz
Unbreak build on systems without msginit in base (= Solaris)
Diffstat (limited to 'www')
-rw-r--r--www/lynx/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/www/lynx/Makefile b/www/lynx/Makefile
index 7db4541f999..1172381e838 100644
--- a/www/lynx/Makefile
+++ b/www/lynx/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.121 2016/03/05 11:29:38 jperkin Exp $
+# $NetBSD: Makefile,v 1.122 2016/07/22 18:51:41 shattered Exp $
DISTNAME= lynx2.8.8rel.2
PKGNAME= ${DISTNAME:S/lynx/lynx-/:S/rel//}
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= www
MASTER_SITES= http://lynx.isc.org/${SUBDIR:Q}/ \
ftp://ftp.cyf-kr.edu.pl/pub/unix/lynx/${SUBDIR:Q}/
@@ -26,7 +26,7 @@ MAKE_FILE= makefile
CONFIGURE_ENV+= GZIP=${TOOLS_GZIP_CMD:Q}
CONFIGURE_ENV+= UNZIP=${TOOLS_PATH.unzip:Q}
-USE_TOOLS+= gzip msgfmt unzip:run
+USE_TOOLS+= gzip msgfmt msginit unzip:run
CONF_FILES+= share/examples/lynx/lynx.cfg ${PKG_SYSCONFDIR}/lynx.cfg
CONF_FILES+= share/examples/lynx/lynx.lss ${PKG_SYSCONFDIR}/lynx.lss
@@ -73,6 +73,7 @@ CONFIGURE_ARGS+= --enable-read-eta
CONFIGURE_ENV+= BUILD_CC=${NATIVE_CC:Q}
.endif
+.include "../../devel/gettext-tools/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"