diff options
author | minskim <minskim@pkgsrc.org> | 2006-08-10 03:21:39 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-08-10 03:21:39 +0000 |
commit | 4cd37c8b4a4e2a04b99a71789ac1a16ac6c10ff6 (patch) | |
tree | cdd4731640cac7ad043f9c159cf4b661d8db28d7 /www/p5-SVN-Web | |
parent | e75acc804c83918de1ea4a9c7298df16e60b6029 (diff) | |
download | pkgsrc-4cd37c8b4a4e2a04b99a71789ac1a16ac6c10ff6.tar.gz |
Remove teTeX2 from TEX_ACCEPTED, because the teTeX2 packages will be removed
shortly.
Diffstat (limited to 'www/p5-SVN-Web')
-rw-r--r-- | www/p5-SVN-Web/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/p5-SVN-Web/Makefile b/www/p5-SVN-Web/Makefile index 8d5bf2fd65c..43dcbee7dfe 100644 --- a/www/p5-SVN-Web/Makefile +++ b/www/p5-SVN-Web/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2006/05/13 03:44:24 minskim Exp $ +# $NetBSD: Makefile,v 1.20 2006/08/10 03:21:40 minskim Exp $ DISTNAME= SVN-Web-0.41 PKGNAME= p5-${DISTNAME} @@ -10,7 +10,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/N/NI/NIKC/} MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Unstable snapshot of Subversion repository browser -TEX_ACCEPTED= teTeX2 teTeX3 +TEX_ACCEPTED= teTeX3 DEPENDS+= p5-Apache-DBI>=0.87:../../databases/p5-Apache-DBI DEPENDS+= p5-Date-Calc>=4.3:../../devel/p5-Date-Calc |