diff options
author | roam <roam@FreeBSD.org> | 2004-12-07 22:37:27 +0800 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2004-12-07 22:37:27 +0800 |
commit | b5cb0ff033c93780a7de2b32958cdc14ccc9b5aa (patch) | |
tree | aedb2c4c4bac2700ffb3359cd9b6e13d8853ba56 /textproc | |
parent | afe5adc73c29af53d0f53af219d9fd8ea449442e (diff) | |
download | freebsd-ports-gnome-b5cb0ff033c93780a7de2b32958cdc14ccc9b5aa.tar.gz freebsd-ports-gnome-b5cb0ff033c93780a7de2b32958cdc14ccc9b5aa.tar.zst freebsd-ports-gnome-b5cb0ff033c93780a7de2b32958cdc14ccc9b5aa.zip |
Oops.. this port was missing a USE_PERL5 directive.
Submitted by: lesi
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/texi2html/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/texi2html/Makefile b/textproc/texi2html/Makefile index e5dd3be3a8f4..a526c71cea67 100644 --- a/textproc/texi2html/Makefile +++ b/textproc/texi2html/Makefile @@ -14,6 +14,7 @@ MASTER_SITES= http://www.cvshome.org/files/70/10/ MAINTAINER= roam@FreeBSD.org COMMENT= Texinfo to HTML converter +USE_PERL5= yes USE_BZIP2= yes USE_AUTOMAKE_VER= 15 USE_AUTOCONF_VER= 253 |