diff options
author | erwin <erwin@FreeBSD.org> | 2004-01-23 05:31:26 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2004-01-23 05:31:26 +0800 |
commit | 53d7a8c4abe7adf3175f82f948b795860ad70331 (patch) | |
tree | 23b87dd24249dd77214098e13488045114fc5149 /textproc/p5-IDNA-Punycode | |
parent | 648b8f2ccb9d3fbc15a3fe33d816a694b3fd659c (diff) | |
download | freebsd-ports-gnome-53d7a8c4abe7adf3175f82f948b795860ad70331.tar.gz freebsd-ports-gnome-53d7a8c4abe7adf3175f82f948b795860ad70331.tar.zst freebsd-ports-gnome-53d7a8c4abe7adf3175f82f948b795860ad70331.zip |
Remove debuggin #
Noticed by: bento via kris
Diffstat (limited to 'textproc/p5-IDNA-Punycode')
-rw-r--r-- | textproc/p5-IDNA-Punycode/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/p5-IDNA-Punycode/Makefile b/textproc/p5-IDNA-Punycode/Makefile index 31a9d426d2e0..0fa39e92699f 100644 --- a/textproc/p5-IDNA-Punycode/Makefile +++ b/textproc/p5-IDNA-Punycode/Makefile @@ -25,7 +25,7 @@ MAN3= IDNA::Punycode.3 .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 500600 -#IGNORE= Port requires perl 5.6.0 or later. Install lang/per5 then try again +IGNORE= Port requires perl 5.6.0 or later. Install lang/per5 then try again .endif .include <bsd.port.post.mk> |