Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/print/bibtool Add some missing dependencies. Still bro...
details: https://anonhg.NetBSD.org/pkgsrc/rev/864a08c97ea4
branches: trunk
changeset: 432411:864a08c97ea4
user: joerg <joerg%pkgsrc.org@localhost>
date: Fri May 22 01:16:06 2020 +0000
description:
Add some missing dependencies. Still broken as it can't convert fonts.
diffstat:
print/bibtool/Makefile | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diffs (29 lines):
diff -r 212c3ccd8289 -r 864a08c97ea4 print/bibtool/Makefile
--- a/print/bibtool/Makefile Fri May 22 01:15:34 2020 +0000
+++ b/print/bibtool/Makefile Fri May 22 01:16:06 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2019/11/04 19:57:58 rillig Exp $
+# $NetBSD: Makefile,v 1.22 2020/05/22 01:16:06 joerg Exp $
DISTNAME= BibTool-2.65
PKGREVISION= 2
@@ -10,7 +10,9 @@
COMMENT= Tool to manipulate BibTeX databases
LICENSE= gnu-gpl-v1
+BUILD_DEPENDS+= tex-ec-[0-9]*:../../fonts/tex-ec
BUILD_DEPENDS+= tex-bibtex-[0-9]*:../../print/tex-bibtex
+BUILD_DEPENDS+= tex-bookmark-[0-9]*:../../print/tex-bookmark
BUILD_DEPENDS+= tex-booktabs-[0-9]*:../../print/tex-booktabs
BUILD_DEPENDS+= tex-geometry-[0-9]*:../../print/tex-geometry
BUILD_DEPENDS+= tex-hyperref-[0-9]*:../../print/tex-hyperref
@@ -46,8 +48,7 @@
# mv ${WRKSRC}/BibTcl/Makefile.in ${WRKSRC}/BibTcl/makefile.in
post-build:
- cd ${WRKSRC}/doc && ${MAKE}
-# cd ${WRKSRC}/BibTcl && ${MAKE}
+ cd ${WRKSRC}/doc && ${PKGSRC_SETENV} ${MAKE_ENV} ${MAKE}
post-install:
set -e; for i in ${WRKSRC}/doc/*.pdf; do \
Home |
Main Index |
Thread Index |
Old Index