summaryrefslogtreecommitdiff
path: root/meta-pkgs/netbsd-doc-print
diff options
context:
space:
mode:
authorhubertf <hubertf>2005-07-12 16:57:36 +0000
committerhubertf <hubertf>2005-07-12 16:57:36 +0000
commit9fac1c7f84ecb492284f979488aae4c25a197894 (patch)
treeaa50abdd27d513bbdba09c62624658501f370c97 /meta-pkgs/netbsd-doc-print
parent5fdf0a6573b85aeda3517a482edf281f19d8e524 (diff)
downloadpkgsrc-9fac1c7f84ecb492284f979488aae4c25a197894.tar.gz
Update netbsd-doc-print to 1.2. Changes:
* sync with reality by pulling in openjade and opensp, which are needed to build the NetBSD guide. * also pull in netbsd-doc 1.2 or later, as that's at 1.3 already
Diffstat (limited to 'meta-pkgs/netbsd-doc-print')
-rw-r--r--meta-pkgs/netbsd-doc-print/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/meta-pkgs/netbsd-doc-print/Makefile b/meta-pkgs/netbsd-doc-print/Makefile
index 50063bb4923..144851bb231 100644
--- a/meta-pkgs/netbsd-doc-print/Makefile
+++ b/meta-pkgs/netbsd-doc-print/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.15 2005/02/21 20:26:12 hubertf Exp $
+# $NetBSD: Makefile,v 1.16 2005/07/12 16:57:36 hubertf Exp $
#
-DISTNAME= netbsd-doc-print-1.1
-PKGREVISION= 2
+DISTNAME= netbsd-doc-print-1.2
CATEGORIES= meta-pkgs
MASTER_SITES= # empty
DISTFILES= # empty
@@ -11,7 +10,8 @@ MAINTAINER= tech-pkg@NetBSD.org
COMMENT= Meta-package including all packages to convert SGML->PDF/PS
DEPENDS+= tex-jadetex>=2.20nb1:../../print/tex-jadetex
-DEPENDS+= netbsd-doc-1.2:../netbsd-doc
+DEPENDS+= openjade-[0-9]*:../../textproc/openjade
+DEPENDS+= netbsd-doc>=1.2:../netbsd-doc
EXTRACT_ONLY= # empty
NO_CHECKSUM= yes
@@ -21,5 +21,6 @@ NO_MTREE= yes
do-install: # empty
+.include "../../textproc/opensp/buildlink3.mk"
.include "../../mk/ghostscript.mk"
.include "../../mk/bsd.pkg.mk"