summaryrefslogtreecommitdiff
path: root/www/p5-SVN-Web
diff options
context:
space:
mode:
authortonio <tonio>2005-11-08 20:06:43 +0000
committertonio <tonio>2005-11-08 20:06:43 +0000
commit631354abc09ec902162ee311c19ca17db92b5797 (patch)
tree05a3f9fe0e781f8ed6d389aa5a3e35f29cea11bc /www/p5-SVN-Web
parent6a509c47fd30d3e3193b5af7a3db5b100074eaba (diff)
downloadpkgsrc-631354abc09ec902162ee311c19ca17db92b5797.tar.gz
Convert to use tex.buildlink3.mk
set LATEX_ACCEPTED= teTeX1 teTeX2 teTeX3 to allow whatever latex distribution
Diffstat (limited to 'www/p5-SVN-Web')
-rw-r--r--www/p5-SVN-Web/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/www/p5-SVN-Web/Makefile b/www/p5-SVN-Web/Makefile
index 9852f89a573..3601f0476c8 100644
--- a/www/p5-SVN-Web/Makefile
+++ b/www/p5-SVN-Web/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2005/08/06 06:19:40 jlam Exp $
+# $NetBSD: Makefile,v 1.13 2005/11/08 20:06:43 tonio Exp $
DISTNAME= SVN-Web-0.35
PKGNAME= p5-${DISTNAME}
@@ -9,6 +9,8 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=OurNet/CLKAO/}
MAINTAINER= tech-pkg@NetBSD.org
COMMENT= Unstable snapshot of Subversion repository browser
+LATEX_ACCEPTED= teTeX1 teTeX2 teTeX3
+
DEPENDS+= p5-subversion>=0.32.1:../../devel/p5-subversion
DEPENDS+= p5-Template-Toolkit>=2.10:../../www/p5-Template-Toolkit
DEPENDS+= p5-Text-Diff>=0.35:../../textproc/p5-Text-Diff
@@ -26,9 +28,9 @@ DEPENDS+= p5-XML-DOM>=1.43:../../textproc/p5-XML-DOM
DEPENDS+= p5-XML-Parser>=2.30:../../textproc/p5-XML-Parser
DEPENDS+= p5-XML-RSS>=0.9:../../textproc/p5-XML-RSS
DEPENDS+= p5-XML-XPath>=1.08:../../textproc/p5-XML-XPath
-DEPENDS+= teTeX>=1.0.7:../../print/teTeX
PERL5_PACKLIST= auto/SVN/Web/.packlist
.include "../../lang/perl5/module.mk"
+.include "../../mk/tex.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"