diff options
author | minskim <minskim@pkgsrc.org> | 2011-03-18 23:25:14 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2011-03-18 23:25:14 +0000 |
commit | 4df31627c67e14757e62e743fed6e62132f52fc0 (patch) | |
tree | 94c6769d145aed2c30eeaa48974614d0374bf914 /meta-pkgs | |
parent | a547de994a9a1dd343c4b4d76f7a05c5f395f636 (diff) | |
download | pkgsrc-4df31627c67e14757e62e743fed6e62132f52fc0.tar.gz |
Explicitly depend on packages required to build PDF files in the
NetBSD website.
Diffstat (limited to 'meta-pkgs')
-rw-r--r-- | meta-pkgs/netbsd-doc-print/Makefile | 24 |
1 files changed, 18 insertions, 6 deletions
diff --git a/meta-pkgs/netbsd-doc-print/Makefile b/meta-pkgs/netbsd-doc-print/Makefile index f9741890318..ba721f241a6 100644 --- a/meta-pkgs/netbsd-doc-print/Makefile +++ b/meta-pkgs/netbsd-doc-print/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.23 2007/12/19 12:27:29 rillig Exp $ +# $NetBSD: Makefile,v 1.24 2011/03/18 23:25:14 minskim Exp $ # -DISTNAME= netbsd-doc-print-1.2 -PKGREVISION= 1 +DISTNAME= netbsd-doc-print-1.3 CATEGORIES= meta-pkgs MASTER_SITES= # empty DISTFILES= # empty @@ -10,12 +9,25 @@ DISTFILES= # empty MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Meta-package including all packages to convert SGML->PDF/PS -DEPENDS+= tex-jadetex>=2.20nb1:../../print/tex-jadetex -DEPENDS+= openjade-[0-9]*:../../textproc/openjade +DEPENDS+= dvipsk-[0-9]*:../../print/dvipsk +DEPENDS+= kpathsea>=6.0.0nb2:../../print/kpathsea DEPENDS+= netbsd-doc>=1.2:../../meta-pkgs/netbsd-doc +DEPENDS+= openjade-[0-9]*:../../textproc/openjade +DEPENDS+= tex-babel-[0-9]*:../../print/tex-babel +DEPENDS+= tex-cyrillic-[0-9]*:../../print/tex-cyrillic +DEPENDS+= tex-epsf-[0-9]*:../../print/tex-epsf +DEPENDS+= tex-german-[0-9]*:../../print/tex-german +DEPENDS+= tex-hyphen-german-[0-9]*:../../print/tex-hyphen-german +DEPENDS+= tex-hyphen-russian-[0-9]*:../../print/tex-hyphen-russian +DEPENDS+= tex-jadetex>=2.20nb1:../../print/tex-jadetex +DEPENDS+= tex-latex-[0-9]*:../../print/tex-latex +DEPENDS+= tex-lh-[0-9]*:../../fonts/tex-lh +DEPENDS+= tex-metafont-[0-9]*:../../fonts/tex-metafont +DEPENDS+= tex-picinpar-[0-9]*:../../print/tex-picinpar +DEPENDS+= tex-pslatex-[0-9]*:../../print/tex-pslatex +DEPENDS+= tex-ly1-[0-9]*:../../fonts/tex-ly1 USE_TOOLS+= gs:run META_PACKAGE= yes -.include "../../textproc/opensp/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |