diff options
author | joerg <joerg> | 2015-12-23 12:38:37 +0000 |
---|---|---|
committer | joerg <joerg> | 2015-12-23 12:38:37 +0000 |
commit | 0abde7a4ae2e5c75eb3e4b002416dd2ad92fc5c4 (patch) | |
tree | 288cd78905529a1d4bb3de50cde531e2e5cd4a13 /chat/bitlbee | |
parent | f7829462cb578750138a6ef2c90e62ab9de9e7c2 (diff) | |
download | pkgsrc-0abde7a4ae2e5c75eb3e4b002416dd2ad92fc5c4.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/bitlbee')
-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 |