diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-17 06:51:04 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-17 06:51:04 +0000 |
commit | 9f48528e6e53a3f6a788a0bfcf5f3d434d79921a (patch) | |
tree | f134d7bf940f5f50482b60e36c255e9f239360d6 /textproc/texi2html | |
parent | f25de658a01310d78cbb67209274b82dcbf0878e (diff) | |
download | ports-9f48528e6e53a3f6a788a0bfcf5f3d434d79921a.tar.gz ports-9f48528e6e53a3f6a788a0bfcf5f3d434d79921a.zip |
Notes
Diffstat (limited to 'textproc/texi2html')
-rw-r--r-- | textproc/texi2html/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/textproc/texi2html/Makefile b/textproc/texi2html/Makefile index 111325b42298..ce2d33e0817e 100644 --- a/textproc/texi2html/Makefile +++ b/textproc/texi2html/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: texi2html -# Date created: 5 Nov 1997 -# Whom: Ian Vaudrey <i.vaudrey@bigfoot.com> -# +# Created by: Ian Vaudrey <i.vaudrey@bigfoot.com> # $FreeBSD$ -# PORTNAME= texi2html PORTVERSION= 5.0 @@ -18,9 +14,8 @@ COMMENT= Texinfo to HTML converter GNU_CONFIGURE= yes CONFIGURE_ENV= PERL=${PERL} CONFIGURE_ARGS= --disable-multiplatform +USES= gmake perl5 USE_BZIP2= yes -USE_PERL5= yes -USE_GMAKE= yes OPTIONS_DEFINE= NLS DOCS |