diff options
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/align/Makefile | 4 | ||||
-rw-r--r-- | textproc/code2html/Makefile | 3 | ||||
-rw-r--r-- | textproc/openvanilla-modules/Makefile | 3 | ||||
-rw-r--r-- | textproc/re_graph/Makefile | 3 | ||||
-rw-r--r-- | textproc/xslint/Makefile | 4 |
5 files changed, 10 insertions, 7 deletions
diff --git a/textproc/align/Makefile b/textproc/align/Makefile index df8542ea031d..22414ad2c8a2 100644 --- a/textproc/align/Makefile +++ b/textproc/align/Makefile @@ -14,8 +14,8 @@ LICENSE= GPLv2 # (or later) NO_BUILD= yes -USES= shebangfix -USE_PERL5_RUN= yes +USES= shebangfix perl5 +USE_PERL5= run SHEBANG_FILES= align width diff --git a/textproc/code2html/Makefile b/textproc/code2html/Makefile index 13d33fbb57ba..22e893bc74b4 100644 --- a/textproc/code2html/Makefile +++ b/textproc/code2html/Makefile @@ -16,7 +16,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Sourcecode to HTML converter NO_BUILD= yes -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run MAN1= code2html.1 PLIST_FILES= bin/code2html diff --git a/textproc/openvanilla-modules/Makefile b/textproc/openvanilla-modules/Makefile index 9c41cd2037ff..e166d867762a 100644 --- a/textproc/openvanilla-modules/Makefile +++ b/textproc/openvanilla-modules/Makefile @@ -15,9 +15,10 @@ COMMENT= Input method modules for OpenVanilla BUILD_DEPENDS= ${LOCALBASE}/include/OpenVanilla/OpenVanilla.h:${PORTSDIR}/textproc/openvanilla-framework RUN_DEPENDS= ${LOCALBASE}/lib/scim-1.0/1.4.0/IMEngine/OVLoader-SCIM.so:${PORTSDIR}/textproc/scim-openvanilla +USES= perl5 USE_AUTOTOOLS= libtool:env USE_GMAKE= yes -USE_PERL5_BUILD= yes +USE_PERL5= build OPTIONS_DEFINE= OVIMArray OVIMBig5 OVIMGeneric OVIMPOJ_Holo OVIMPhonetic OVIMRoman \ OVIMSpaceChewing OVIMTibetan OVIMUnicode diff --git a/textproc/re_graph/Makefile b/textproc/re_graph/Makefile index b86040b8120d..54717dba489f 100644 --- a/textproc/re_graph/Makefile +++ b/textproc/re_graph/Makefile @@ -15,9 +15,10 @@ COMMENT= Regular Expression Graphing Program RUN_DEPENDS= p5-GD>=0:${PORTSDIR}/graphics/p5-GD \ p5-GD-Arrow>=0:${PORTSDIR}/graphics/p5-GD-Arrow +USES= perl5 NO_WRKSUBDIR= yes NO_BUILD= yes -USE_PERL5_RUN= yes +USE_PERL5= run PLIST_FILES= bin/re_graph diff --git a/textproc/xslint/Makefile b/textproc/xslint/Makefile index bfa61b8dc04b..f7fdb55d1114 100644 --- a/textproc/xslint/Makefile +++ b/textproc/xslint/Makefile @@ -12,9 +12,9 @@ COMMENT= XSL(T) stylesheet checker RUN_DEPENDS= p5-XML-DOM>=0:${PORTSDIR}/textproc/p5-XML-DOM -USES= shebangfix +USES= shebangfix perl5 USE_ZIP= yes -USE_PERL5_RUN= yes +USE_PERL5= run WRKSRC= ${WRKDIR}/${PORTNAME}-0.05 NO_BUILD= yes |