summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2021-08-08 04:48:31 +0000
committerwiz <wiz@pkgsrc.org>2021-08-08 04:48:31 +0000
commita3a525cb10d1e9225b279d600198c0496fce7b8d (patch)
tree79bcf1e22f0b08bf4ac0c4e5528f36a95d3e324a /print
parent6d92a3d12e698bc6984a54d2365c5384e3cc7494 (diff)
downloadpkgsrc-a3a525cb10d1e9225b279d600198c0496fce7b8d.tar.gz
p5-LaTeX-Driver: fix build
One test dependency is actually required by the setup script, so make it a build dependency.
Diffstat (limited to 'print')
-rw-r--r--print/p5-LaTeX-Driver/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/print/p5-LaTeX-Driver/Makefile b/print/p5-LaTeX-Driver/Makefile
index d7c3032bfa5..ea4c126c9b7 100644
--- a/print/p5-LaTeX-Driver/Makefile
+++ b/print/p5-LaTeX-Driver/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2021/07/06 03:28:56 wen Exp $
+# $NetBSD: Makefile,v 1.29 2021/08/08 04:48:31 wiz Exp $
DISTNAME= LaTeX-Driver-1.2.0
PKGNAME= p5-${DISTNAME}
@@ -29,8 +29,10 @@ DEPENDS+= tex-tools-[0-9]*:../../print/tex-tools
DEPENDS+= web2c-[0-9]*:../../print/web2c
DEPENDS+= dvipsk-[0-9]*:../../print/dvipsk
+# test dependency, but build fails if it's not there
+BUILD_DEPENDS+= p5-Test-Pod-[0-9]*:../../devel/p5-Test-Pod
+
TEST_DEPENDS+= p5-Test-NoTabs-[0-9]*:../../devel/p5-Test-NoTabs
-TEST_DEPENDS+= p5-Test-Pod-[0-9]*:../../devel/p5-Test-Pod
TEST_DEPENDS+= p5-Test-Pod-Coverage-[0-9]*:../../devel/p5-Test-Pod-Coverage
TEST_DEPENDS+= p5-Test-Spelling-[0-9]*:../../devel/p5-Test-Spelling