diff options
Diffstat (limited to 'textproc/rubber/Makefile')
-rw-r--r-- | textproc/rubber/Makefile | 6 |
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" |