diff options
author | markd <markd> | 2015-05-09 20:39:13 +0000 |
---|---|---|
committer | markd <markd> | 2015-05-09 20:39:13 +0000 |
commit | ea9921aa5ee00e7933a14ff653524b8c24a09e91 (patch) | |
tree | 2a26a43f1b50aff3039d697cd28b22018c8328dd /meta-pkgs | |
parent | 82a3396310c0209f7650861a4b0ec8e5729213d9 (diff) | |
download | pkgsrc-ea9921aa5ee00e7933a14ff653524b8c24a09e91.tar.gz |
Add dependency to xdvik here rather than in tex-xdvik to avoid circular
dependency.
Diffstat (limited to 'meta-pkgs')
-rw-r--r-- | meta-pkgs/texlive-collection-basic/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-pkgs/texlive-collection-basic/Makefile b/meta-pkgs/texlive-collection-basic/Makefile index b93b488e161..9a6e062b94e 100644 --- a/meta-pkgs/texlive-collection-basic/Makefile +++ b/meta-pkgs/texlive-collection-basic/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1 2015/05/06 10:10:27 markd Exp $ +# $NetBSD: Makefile,v 1.2 2015/05/09 20:39:13 markd Exp $ DISTNAME= collection-basic PKGNAME= texlive-${DISTNAME}-2014 +PKGREVISION= 1 CATEGORIES= meta-pkgs MASTER_SITES= # empty TEXLIVE_REV= 33040 @@ -44,6 +45,7 @@ DEPENDS+= tex-texlive-docindex>=2014:../../print/tex-texlive-docindex # texlive-msg-translations is not needed in pkgsrc. DEPENDS+= tex-texlive-scripts>=2013:../../print/tex-texlive-scripts DEPENDS+= tex-xdvi>=22.87:../../print/tex-xdvi +DEPENDS+= xdvik>=22.87:../../print/xdvik META_PACKAGE= yes |