diff options
author | wiz <wiz@pkgsrc.org> | 2005-04-03 20:39:56 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-04-03 20:39:56 +0000 |
commit | 5d077b2f76f2f3892895a730beab187de41e1a84 (patch) | |
tree | b242e877a2b20db7e90128a20a9ae48c9f9c487b /textproc/rubber/Makefile | |
parent | 089f112fdb20745fef7103c543564506eb27e3f0 (diff) | |
download | pkgsrc-5d077b2f76f2f3892895a730beab187de41e1a84.tar.gz |
Depend on teTeX-bin instead of teTeX; remove 24
from supported python versions. From maintainer Antoine Reilles in PR 29873.
Diffstat (limited to 'textproc/rubber/Makefile')
-rw-r--r-- | textproc/rubber/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/textproc/rubber/Makefile b/textproc/rubber/Makefile index 4330aa31197..809484167db 100644 --- a/textproc/rubber/Makefile +++ b/textproc/rubber/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2005/01/23 20:41:49 recht Exp $ +# $NetBSD: Makefile,v 1.3 2005/04/03 20:39:56 wiz Exp $ # DISTNAME= rubber-0.99.8 +PKGREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://ebeffara.free.fr/pub/ @@ -9,7 +10,7 @@ MAINTAINER= reilles@loria.fr HOMEPAGE= http://rubber.sourceforge.net/ COMMENT= Automated system for building LaTeX documents -DEPENDS+= teTeX-[0-9]*:../../print/teTeX +DEPENDS+= teTeX-bin-[0-9]*:../../print/teTeX-bin USE_BUILDLINK3= yes USE_PKGLOCALEDIR= yes @@ -18,7 +19,7 @@ USE_GNU_TOOLS+= make USE_MAKEINFO= yes INFO_FILES= rubber.info TEXINFO_REQD= 4.6 -PYTHON_VERSIONS_ACCEPTED= 23 24 +PYTHON_VERSIONS_ACCEPTED= 23 CONFIGURE_ARGS= --python=${PYTHONBIN} --prefix=${PREFIX} \ --datadir=${PREFIX}/share |