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-Template-Extract/Makefile | |
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-Template-Extract/Makefile')
-rw-r--r-- | www/p5-Template-Extract/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/p5-Template-Extract/Makefile b/www/p5-Template-Extract/Makefile index 8bdf789cc20..c05807edd49 100644 --- a/www/p5-Template-Extract/Makefile +++ b/www/p5-Template-Extract/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2006/05/13 03:44:24 minskim Exp $ +# $NetBSD: Makefile,v 1.15 2006/08/10 03:21:40 minskim Exp $ DISTNAME= Template-Extract-0.25 PKGNAME= p5-${DISTNAME} @@ -11,7 +11,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/~autrijus/Template-Extract/ COMMENT= Perl5 module for extracting data structure from TT2-rendered documents -TEX_ACCEPTED= teTeX2 teTeX3 +TEX_ACCEPTED= teTeX3 DEPENDS+= p5-Template-Toolkit>=2.0:../../www/p5-Template-Toolkit |