diff options
Diffstat (limited to 'textproc/sarep/Makefile')
-rw-r--r-- | textproc/sarep/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/sarep/Makefile b/textproc/sarep/Makefile index 28af456f4f54..6488fb6d7175 100644 --- a/textproc/sarep/Makefile +++ b/textproc/sarep/Makefile @@ -14,7 +14,7 @@ EXTRACT_SUFX= MAINTAINER= ports@FreeBSD.org COMMENT= Command-line search and replace tool; written in Perl; handles regexps -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Text/CSV_XS.pm:${PORTSDIR}/textproc/p5-Text-CSV_XS +RUN_DEPENDS= p5-Text-CSV_XS>=0:${PORTSDIR}/textproc/p5-Text-CSV_XS EXTRACT_CMD= $(SED) EXTRACT_BEFORE_ARGS= 's=^\#!/usr/bin/perl =\#!${PERL} =' < |