diff options
author | joerg <joerg@pkgsrc.org> | 2015-12-23 12:38:37 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2015-12-23 12:38:37 +0000 |
commit | 713885dade741a034999e280d1a4a2716ac2fb13 (patch) | |
tree | 288cd78905529a1d4bb3de50cde531e2e5cd4a13 /chat | |
parent | f9f44eaa5c3c39fcd134600d45d5a5c7261c552b (diff) | |
download | pkgsrc-713885dade741a034999e280d1a4a2716ac2fb13.tar.gz |
Newer xmlto insists on using elinks as links, which in turn fails when
building as root. Sidestep both by depending on w3m instead.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/bitlbee/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/chat/bitlbee/Makefile b/chat/bitlbee/Makefile index 71d9b67a3d5..f091b76acee 100644 --- a/chat/bitlbee/Makefile +++ b/chat/bitlbee/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.69 2015/12/11 23:34:04 joerg Exp $ +# $NetBSD: Makefile,v 1.70 2015/12/23 12:38:37 joerg Exp $ DISTNAME= bitlbee-3.4.1 CATEGORIES= chat @@ -10,7 +10,7 @@ COMMENT= IRC to other chat networks gateway LICENSE= gnu-gpl-v2 BUILD_DEPENDS+= xmlto-[0-9]*:../../textproc/xmlto -BUILD_DEPENDS+= links-[0-9]*:../../www/links +BUILD_DEPENDS+= w3m-[0-9]*:../../www/w3m BUILD_DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat HAS_CONFIGURE= yes @@ -47,8 +47,6 @@ PKG_HOME.bitlbee= ${VARBASE}/db/bitlbee INSTALLATION_DIRS= ${PKGMANDIR}/man5 ${PKGMANDIR}/man8 sbin -MAKE_ENV+= LINKS_PATH=${PREFIX}/bin/links - post-build: cd ${WRKSRC}/doc/user-guide && \ ${BUILD_MAKE_CMD} user-guide.txt user-guide.html |