summaryrefslogtreecommitdiff
path: root/print/dvipdfm/Makefile
diff options
context:
space:
mode:
authortonio <tonio>2005-11-09 00:05:28 +0000
committertonio <tonio>2005-11-09 00:05:28 +0000
commitb1c8e219d4410baeadf80571f707a3024eace184 (patch)
treecfb2eacfcbc0109b019d9a09657cdf0d46f7bd9d /print/dvipdfm/Makefile
parent8fd5ba88300252ea6c3c88bc939cc942eb6663f3 (diff)
downloadpkgsrc-b1c8e219d4410baeadf80571f707a3024eace184.tar.gz
convert to use tex.buidlink3.mk
installs files in PKG_LOCALTEXMFPREFIX
Diffstat (limited to 'print/dvipdfm/Makefile')
-rw-r--r--print/dvipdfm/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/print/dvipdfm/Makefile b/print/dvipdfm/Makefile
index 0af23fb6543..28c7bda1210 100644
--- a/print/dvipdfm/Makefile
+++ b/print/dvipdfm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2005/09/28 20:52:25 rillig Exp $
+# $NetBSD: Makefile,v 1.19 2005/11/09 00:05:28 tonio Exp $
DISTNAME= dvipdfm-0.13.2c
PKGREVISION= 4
@@ -12,6 +12,7 @@ COMMENT= DVI to PDF translator
CONFLICTS+= dvipdfmx-[0-9]*
CONFLICTS+= ja-dvipdfm-[0-9]*
CONFLICTS+= teTeX-bin>=2.0 # Part of teTeX>=2.0
+LATEX_ACCEPTED= teTeX1
WRKSRC= ${WRKDIR}/dvipdfm
GNU_CONFIGURE= yes
@@ -19,6 +20,7 @@ CONFIGURE_ARGS+= --datadir=${PREFIX}/share
# needed to get the stdarg.h version of kpathsea/c-varargs.h instead of the
# varargs.h version which gcc3 does not like
CPPFLAGS+= -DHAVE_PROTOTYPES
+CONFIGURE_ENV+= PKG_LOCALTEXMFPREFIX=${PKG_LOCALTEXMFPREFIX}
.include "../../mk/bsd.prefs.mk"
@@ -33,6 +35,6 @@ post-install:
mktexlsr
.include "../../graphics/png/buildlink3.mk"
-.include "../../print/teTeX1-bin/kpathsea.buildlink3.mk"
+.include "../../mk/tex.buildlink3.mk"
.include "../../mk/ghostscript.mk"
.include "../../mk/bsd.pkg.mk"