diff options
author | roam <roam@FreeBSD.org> | 2004-12-07 14:40:21 +0000 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2004-12-07 14:40:21 +0000 |
commit | f9f431fb5b77fdc4be111285888ee5d4bd81032a (patch) | |
tree | 1fab60f3194fabcea707f31b7ddda96fd5c6140a /textproc | |
parent | b5cb0ff033c93780a7de2b32958cdc14ccc9b5aa (diff) | |
download | FreeBSD-ports-f9f431fb5b77fdc4be111285888ee5d4bd81032a.zip FreeBSD-ports-f9f431fb5b77fdc4be111285888ee5d4bd81032a.tar.gz |
I'm not sure if the last change - adding USE_PERL5=yes - actually needs
a PORTREVISION bump, since the port would simply not build if Perl 5
was not installed, but since it changes the package's dependency list,
bump PORTREVISION anyway :)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/texi2html/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/texi2html/Makefile b/textproc/texi2html/Makefile index a526c71..199d580 100644 --- a/textproc/texi2html/Makefile +++ b/textproc/texi2html/Makefile @@ -6,8 +6,8 @@ # PORTNAME= texi2html -PORTVERSION= 1.66 -PORTREVISION= 2 +PORTVERSION= 1.70 +PORTREVISION= 3 CATEGORIES= textproc MASTER_SITES= http://www.cvshome.org/files/70/10/ |