diff options
author | mat <mat@FreeBSD.org> | 2014-01-24 22:56:48 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2014-01-24 22:56:48 +0800 |
commit | aaf9d84cda20d3900f4a13c0c256c68aea6eed33 (patch) | |
tree | c1e05b8e15feafa7443f41be4fa8fc71d270f1cf /textproc | |
parent | ce903e5583e783c580f9d1ac281b3a61776a9675 (diff) | |
download | freebsd-ports-gnome-aaf9d84cda20d3900f4a13c0c256c68aea6eed33.tar.gz freebsd-ports-gnome-aaf9d84cda20d3900f4a13c0c256c68aea6eed33.tar.zst freebsd-ports-gnome-aaf9d84cda20d3900f4a13c0c256c68aea6eed33.zip |
And now, perl's not needed during patch.
Sponsored by: Absolight
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Text-FixedLength-Extra/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/p5-Text-FixedLength-Extra/Makefile b/textproc/p5-Text-FixedLength-Extra/Makefile index 217364a0cce6..169a8a34cdf8 100644 --- a/textproc/p5-Text-FixedLength-Extra/Makefile +++ b/textproc/p5-Text-FixedLength-Extra/Makefile @@ -14,6 +14,6 @@ BUILD_DEPENDS= p5-Text-FixedLength>=0:${PORTSDIR}/textproc/p5-Text-FixedLength RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 -USE_PERL5= configure patch +USE_PERL5= configure .include <bsd.port.mk> |