summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2012-03-05 04:02:30 +0000
committerminskim <minskim@pkgsrc.org>2012-03-05 04:02:30 +0000
commit3c7ebcfcaafa73ae6e62f290390b6a0513dc4c6b (patch)
tree4dafc570484fa3eebebeeaeeac6b83f583ec4014 /textproc
parent535d9e342d8af3658e34ed7b5943b8973717fdbd (diff)
downloadpkgsrc-3c7ebcfcaafa73ae6e62f290390b6a0513dc4c6b.tar.gz
Reduce rubber's dependencies on TeX.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/rubber/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/textproc/rubber/Makefile b/textproc/rubber/Makefile
index e6a4a86f0cd..814b2a20fd1 100644
--- a/textproc/rubber/Makefile
+++ b/textproc/rubber/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.23 2012/03/05 03:52:53 minskim Exp $
+# $NetBSD: Makefile,v 1.24 2012/03/05 04:02:30 minskim Exp $
#
DISTNAME= rubber-1.1
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= textproc
MASTER_SITES= http://ebeffara.free.fr/pub/
@@ -10,6 +10,8 @@ MAINTAINER= tonio@NetBSD.org
HOMEPAGE= https://launchpad.net/rubber
COMMENT= Automated system for building LaTeX documents
+DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
+
PKG_DESTDIR_SUPPORT= user-destdir
USE_TOOLS+= makeinfo
@@ -17,7 +19,6 @@ USE_PKGLOCALEDIR= yes
HAS_CONFIGURE= yes
INFO_FILES= yes
TEXINFO_REQD= 4.6
-TEX_ACCEPTED= teTeX3
CONFIGURE_ARGS+= --python=${PYTHONBIN:Q}
CONFIGURE_ARGS+= --prefix=${PREFIX:Q}
@@ -29,5 +30,4 @@ PLIST_SUBST+= RUBBERVERSUFFIX=${PKGVERSION_NOREV}
PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX}
.include "../../lang/python/application.mk"
-.include "../../mk/tex.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"