summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authormarkd <markd>2015-11-01 19:38:02 +0000
committermarkd <markd>2015-11-01 19:38:02 +0000
commit8a40c160e9e02deabab0a1840db0cfb75628daed (patch)
tree7b70409491a16c4e176974c63ebb31bc7682d629 /print
parent3d4c3b77ca738cf3cbffd26973f96c99a2205268 (diff)
downloadpkgsrc-8a40c160e9e02deabab0a1840db0cfb75628daed.tar.gz
Fix dependencies.
Diffstat (limited to 'print')
-rw-r--r--print/tex-minted/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/print/tex-minted/Makefile b/print/tex-minted/Makefile
index 4373b2e0992..9119d97f495 100644
--- a/print/tex-minted/Makefile
+++ b/print/tex-minted/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2015/04/23 12:27:54 markd Exp $
+# $NetBSD: Makefile,v 1.3 2015/11/01 19:38:02 markd Exp $
DISTNAME= minted
PKGNAME= tex-${DISTNAME}-2.0
@@ -8,6 +8,13 @@ MAINTAINER= markd@NetBSD.org
COMMENT= Highlighted source code for LaTeX
LICENSE= lppl-1.3c
+DEPENDS+= tex-etoolbox-[0-9]*:../../devel/tex-etoolbox
+DEPENDS+= tex-fancyvrb-[0-9]*:../../print/tex-fancyvrb
+DEPENDS+= tex-float-[0-9]*:../../print/tex-float
+DEPENDS+= tex-ifplatform-[0-9]*:../../print/tex-ifplatform
+DEPENDS+= tex-lineno-[0-9]*:../../print/tex-lineno
+DEPENDS+= tex-oberdiek-[0-9]*:../../print/tex-oberdiek
+DEPENDS+= tex-xstring-[0-9]*:../../print/tex-xstring
DEPENDS+= ${PYPKGPREFIX}-pygments-[0-9]*:../../textproc/py-pygments
.include "../../print/texlive/package.mk"