summaryrefslogtreecommitdiff
path: root/meta-pkgs/netbsd-doc-print
diff options
context:
space:
mode:
authorminskim <minskim>2011-03-18 23:25:14 +0000
committerminskim <minskim>2011-03-18 23:25:14 +0000
commit329d77e5364ed8587fe66f0933ac71d02543618a (patch)
tree94c6769d145aed2c30eeaa48974614d0374bf914 /meta-pkgs/netbsd-doc-print
parentfac1ae83172b96f8160f36395a494de99a15ec08 (diff)
downloadpkgsrc-329d77e5364ed8587fe66f0933ac71d02543618a.tar.gz
Explicitly depend on packages required to build PDF files in the
NetBSD website.
Diffstat (limited to 'meta-pkgs/netbsd-doc-print')
-rw-r--r--meta-pkgs/netbsd-doc-print/Makefile24
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"