diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-05-13 00:36:51 +0800 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-05-13 00:36:51 +0800 |
commit | 7edff79d6e3bb6e4f9b88d404d4a0cd3ce9b4aa4 (patch) | |
tree | f438505dc45c53546ec528b3c2571985b5ecf546 /textproc | |
parent | af770425463efe369b289c73bd96ba669b2483c1 (diff) | |
download | freebsd-ports-gnome-7edff79d6e3bb6e4f9b88d404d4a0cd3ce9b4aa4.tar.gz freebsd-ports-gnome-7edff79d6e3bb6e4f9b88d404d4a0cd3ce9b4aa4.tar.zst freebsd-ports-gnome-7edff79d6e3bb6e4f9b88d404d4a0cd3ce9b4aa4.zip |
Remove outdated PERL_LEVEL check
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Text-ANSI-Util/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/textproc/p5-Text-ANSI-Util/Makefile b/textproc/p5-Text-ANSI-Util/Makefile index 1d0153c45f7b..8f968eb5c693 100644 --- a/textproc/p5-Text-ANSI-Util/Makefile +++ b/textproc/p5-Text-ANSI-Util/Makefile @@ -22,11 +22,4 @@ USE_PERL5= configure NO_ARCH= yes -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 502600 -BUILD_DEPENDS+= p5-Scalar-List-Utils>=1.45:lang/p5-Scalar-List-Utils -RUN_DEPENDS+= p5-Scalar-List-Utils>=1.45:lang/p5-Scalar-List-Utils -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |