diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-08-03 08:45:51 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-08-03 08:45:51 +0000 |
commit | 99ad9127356be7e975c6ea48d00fa2aba29468d7 (patch) | |
tree | bea626d8d7aaa3973f00760684b26d2ddcce74eb /graphics | |
parent | ce05caaae21cd6b880cf5567917d6bde1c9144fa (diff) |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/bmeps/Makefile | 2 | ||||
-rw-r--r-- | graphics/claraocr/Makefile | 3 | ||||
-rw-r--r-- | graphics/cthumb/Makefile | 8 | ||||
-rw-r--r-- | graphics/imc/Makefile | 2 | ||||
-rw-r--r-- | graphics/orca/Makefile | 8 | ||||
-rw-r--r-- | graphics/springgraph/Makefile | 3 |
6 files changed, 8 insertions, 18 deletions
diff --git a/graphics/bmeps/Makefile b/graphics/bmeps/Makefile index dd9897804385..88e144df80f4 100644 --- a/graphics/bmeps/Makefile +++ b/graphics/bmeps/Makefile @@ -17,8 +17,8 @@ LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg \ png15:${PORTSDIR}/graphics/png \ tiff:${PORTSDIR}/graphics/tiff +USES= perl5 USE_ZIP= yes -USE_PERL5= yes GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_header_sys_termios_h=no CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc/dktools\ diff --git a/graphics/claraocr/Makefile b/graphics/claraocr/Makefile index 232bc59eb931..fbe1bde1024a 100644 --- a/graphics/claraocr/Makefile +++ b/graphics/claraocr/Makefile @@ -14,9 +14,8 @@ COMMENT= Optical character recognition (OCR) utility RUN_DEPENDS= pnmenlarge:${PORTSDIR}/graphics/netpbm -USES= shebangfix +USES= shebangfix perl5 USE_XORG= x11 -USE_PERL5= yes MAKE_ENV= MKDIR="${MKDIR}" MAKE_JOBS_SAFE= yes diff --git a/graphics/cthumb/Makefile b/graphics/cthumb/Makefile index 94f7991695ec..9e8178a80b54 100644 --- a/graphics/cthumb/Makefile +++ b/graphics/cthumb/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: cthumb -# Date created: 30 July 2001 -# Whom: dom@happygiraffe.net -# +# Created by: dom@happygiraffe.net # $FreeBSD$ -# PORTNAME= cthumb PORTVERSION= 4.2 @@ -20,9 +16,9 @@ RUN_DEPENDS= ${LOCALBASE}/bin/pnmscale:${PORTSDIR}/graphics/netpbm \ p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \ p5-URI>=0:${PORTSDIR}/net/p5-URI +USES= perl5 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-themedir=${DATADIR} -USE_PERL5= yes MAN1= cthumb.1 diff --git a/graphics/imc/Makefile b/graphics/imc/Makefile index f0373140a888..240f3932251b 100644 --- a/graphics/imc/Makefile +++ b/graphics/imc/Makefile @@ -16,9 +16,9 @@ BUILD_DEPENDS= p5-GD>=0:${PORTSDIR}/graphics/p5-GD \ p5-CGI.pm>=0:${PORTSDIR}/www/p5-CGI.pm RUN_DEPENDS:= ${BUILD_DEPENDS} +USES= perl5 GNU_CONFIGURE= yes USE_GMAKE= yes -USE_PERL5= yes PLIST_FILES= bin/${PORTNAME} MAN1= ${PORTNAME}.1 diff --git a/graphics/orca/Makefile b/graphics/orca/Makefile index 4b003eb7d220..000cc341ee27 100644 --- a/graphics/orca/Makefile +++ b/graphics/orca/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: orca -# Date created: 18 February 2003 -# Whom: jsellens -# +# Created by: jsellens # $FreeBSD$ -# PORTNAME= orca PORTVERSION= 0.27 @@ -20,9 +16,9 @@ BUILD_DEPENDS= \ p5-Math-Interpolate>=0:${PORTSDIR}/math/p5-Math-Interpolate \ rrdtool>=0:${PORTSDIR}/databases/rrdtool +USES= perl5 HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} --with-html-dir=${PREFIX}/www/data/orca -USE_PERL5= yes MAN1= orca.1 diff --git a/graphics/springgraph/Makefile b/graphics/springgraph/Makefile index ae56daeb0a2f..3a80d3c50ea2 100644 --- a/graphics/springgraph/Makefile +++ b/graphics/springgraph/Makefile @@ -17,13 +17,12 @@ RUN_DEPENDS= p5-GD>=0:${PORTSDIR}/graphics/p5-GD CONFLICTS_INSTALL=signing-party-[0-9]* PLIST_FILES= bin/springgraph -USE_PERL5= yes EXTRACT_CMD= ${CP} EXTRACT_BEFORE_ARGS= EXTRACT_AFTER_ARGS= ${WRKDIR} NO_WRKSUBDIR= yes NO_BUILD= yes -USES= shebangfix +USES= shebangfix perl5 SHEBANG_FILES= springgraph.pl do-install: |