diff options
Diffstat (limited to 'textproc/texi2db/Makefile')
-rw-r--r-- | textproc/texi2db/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/texi2db/Makefile b/textproc/texi2db/Makefile index 0555fe7da161..eb83daf41fb9 100644 --- a/textproc/texi2db/Makefile +++ b/textproc/texi2db/Makefile @@ -17,7 +17,8 @@ COMMENT= Converts a Texinfo file into DocBook XML BUILD_DEPENDS= p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= texi2db.1 PLIST_FILES= bin/texi2db \ |