diff options
author | wiz <wiz@pkgsrc.org> | 2002-10-09 13:27:23 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-10-09 13:27:23 +0000 |
commit | f74e5f7d0426605a4b09cb8b1779963b34f34fea (patch) | |
tree | fdd11a67559b1535777fb46e7144488f7def1ba7 /print | |
parent | 67ae546c66c3603483b1c714f1fe0dd39fe9636e (diff) | |
download | pkgsrc-f74e5f7d0426605a4b09cb8b1779963b34f34fea.tar.gz |
buildlink1 -> buildlink2.
Diffstat (limited to 'print')
-rw-r--r-- | print/dvipdfm/Makefile | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/print/dvipdfm/Makefile b/print/dvipdfm/Makefile index 9b6aa34d02f..55182cf35ab 100644 --- a/print/dvipdfm/Makefile +++ b/print/dvipdfm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2002/09/13 06:53:36 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2002/10/09 13:27:23 wiz Exp $ DISTNAME= dvipdfm-0.13.2c CATEGORIES= print converters @@ -6,14 +6,12 @@ MASTER_SITES= ftp://ftp.kettering.edu/pub/outgoing/mwicks/dvipdfm/ MAINTAINER= markd@netbsd.org HOMEPAGE= http://gaspra.kettering.edu/dvipdfm -COMMENT= a DVI to PDF translator +COMMENT= DVI to PDF translator -DEPENDS+= teTeX-bin>=1.0.6:../../print/teTeX-bin - -WRKSRC= ${WRKDIR}/dvipdfm +WRKSRC= ${WRKDIR}/dvipdfm +USE_BUILDLINK2= # defined GNU_CONFIGURE= # defined CONFIGURE_ARGS+= --datadir=${PREFIX}/share -CPPFLAGS= -I${LOCALBASE}/include .include "../../mk/bsd.prefs.mk" @@ -27,6 +25,7 @@ post-patch: post-install: mktexlsr -.include "../../graphics/png/buildlink.mk" +.include "../../graphics/png/buildlink2.mk" +.include "../../print/teTeX-bin/kpathsea.buildlink2.mk" .include "../../mk/ghostscript.mk" .include "../../mk/bsd.pkg.mk" |