summaryrefslogtreecommitdiff
path: root/print/dvipdfmx/Makefile
diff options
context:
space:
mode:
authorkei <kei>2003-03-15 08:26:35 +0000
committerkei <kei>2003-03-15 08:26:35 +0000
commitbe4b4e101a2300577371d4432aac12054c66648c (patch)
tree34b4a6fa96134048d4712f448edb4180645f52f1 /print/dvipdfmx/Makefile
parent014d93c1f4d46b4ac8be208e13c85bbb4f244348 (diff)
downloadpkgsrc-be4b4e101a2300577371d4432aac12054c66648c.tar.gz
changed to require teTeX2-2.0.2 or later.
- with config file location fix in the teTeX2-2.0.2, both dvipdfmx of this package and dvipdfm of teTeX2 work now. - removed ugly hack to rename config file in installation / deinstallation stage. bump PKGREVISION because of this.
Diffstat (limited to 'print/dvipdfmx/Makefile')
-rw-r--r--print/dvipdfmx/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/print/dvipdfmx/Makefile b/print/dvipdfmx/Makefile
index 3c098984293..f3f67e6e5c4 100644
--- a/print/dvipdfmx/Makefile
+++ b/print/dvipdfmx/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1.1.1 2003/02/24 15:29:22 kei Exp $
+# $NetBSD: Makefile,v 1.2 2003/03/15 08:26:36 kei Exp $
DISTNAME= dvipdfmx-20021230
PKGNAME= dvipdfmx-0.0.0.20021230
+PKGREVISION= 1
CATEGORIES= print converters
MASTER_SITES= http://project.ktug.or.kr/dvipdfmx/snapshot/
@@ -10,6 +11,7 @@ HOMEPAGE= http://project.ktug.or.kr/dvipdfmx/
COMMENT= dvi to pdf converter with CID-keyed font support
DEPENDS+= adobe-cmaps-[0-9]*:../../fonts/adobe-cmaps
+DEPENDS+= teTeX2-bin>=2.0.2:../../print/teTeX2-bin
CONFLICTS+= dvipdfm-[0-9]*
CONFLICTS+= ja-dvipdfm-[0-9]*
@@ -21,6 +23,7 @@ GNU_CONFIGURE= YES
post-patch:
${RM} ${WRKSRC}/data/config/*.orig
+.include "../../security/openssl/buildlink2.mk"
.include "../../graphics/png/buildlink2.mk"
.include "../../print/teTeX2-bin/kpathsea.buildlink2.mk"
.include "../../devel/zlib/buildlink2.mk"