summaryrefslogtreecommitdiff
path: root/textproc/rubber
diff options
context:
space:
mode:
authortonio <tonio@pkgsrc.org>2005-11-08 20:02:52 +0000
committertonio <tonio@pkgsrc.org>2005-11-08 20:02:52 +0000
commit3faa5453a507b40dfafbbd603eeaef260ad68562 (patch)
treeccf4795eff0f77630dc5efc678177b8e7b37d0bc /textproc/rubber
parent7a229c83081fe7440ff1b06f9d375e28fcebecf1 (diff)
downloadpkgsrc-3faa5453a507b40dfafbbd603eeaef260ad68562.tar.gz
Convert ot use tex.buildlink3.mk
latex2html installs it's latex files in ${PKG_LOCALTEXMFPREFIX}
Diffstat (limited to 'textproc/rubber')
-rw-r--r--textproc/rubber/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/rubber/Makefile b/textproc/rubber/Makefile
index 99feef054da..3b0b6d872f4 100644
--- a/textproc/rubber/Makefile
+++ b/textproc/rubber/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2005/10/26 12:59:51 tonio Exp $
+# $NetBSD: Makefile,v 1.9 2005/11/08 20:02:52 tonio Exp $
#
DISTNAME= rubber-1.0
@@ -10,17 +10,17 @@ MAINTAINER= tonio@NetBSD.org
HOMEPAGE= http://www.pps.jussieu.fr/~beffara/soft/rubber/
COMMENT= Automated system for building LaTeX documents
-DEPENDS+= teTeX-bin-[0-9]*:../../print/teTeX-bin
-
USE_PKGLOCALEDIR= yes
HAS_CONFIGURE= yes
USE_MAKEINFO= yes
INFO_FILES= rubber.info
TEXINFO_REQD= 4.6
PYTHON_VERSIONS_ACCEPTED= 24 23
+LATEX_ACCEPTED= teTeX1 teTeX2 teTeX3
CONFIGURE_ARGS+= --python=${PYTHONBIN} --prefix=${PREFIX} \
--datadir=${PREFIX}/share
.include "../../lang/python/application.mk"
+.include "../../mk/tex.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"