diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2009-07-16 00:34:13 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2009-07-16 00:34:13 +0800 |
commit | 7cc4e9458d3ddc05577cb824e7e34cc8328f7c1d (patch) | |
tree | 05cd43413911d2bf5d8cc8018fa67d97cbc42ba4 /editors/p5-Padre | |
parent | 50e26e012a37afa9226102e52dd96c05ffde2f90 (diff) | |
download | freebsd-ports-gnome-7cc4e9458d3ddc05577cb824e7e34cc8328f7c1d.tar.gz freebsd-ports-gnome-7cc4e9458d3ddc05577cb824e7e34cc8328f7c1d.tar.zst freebsd-ports-gnome-7cc4e9458d3ddc05577cb824e7e34cc8328f7c1d.zip |
- Remove some comments I've used for testing
Diffstat (limited to 'editors/p5-Padre')
-rw-r--r-- | editors/p5-Padre/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/p5-Padre/Makefile b/editors/p5-Padre/Makefile index f6a4e73b9fcb..d5c09ce1541a 100644 --- a/editors/p5-Padre/Makefile +++ b/editors/p5-Padre/Makefile @@ -78,10 +78,10 @@ MAKE_JOBS_UNSAFE= yes .if exists(${PERL}) PERL_THREADS!= ${PERL} -V::usethreads .if ${PERL_THREADS}!="'define';" -#IGNORE= needs a threaded Perl, build with WITH_THREADS=yes flag and try again +IGNORE= needs a threaded Perl, build with WITH_THREADS=yes flag and try again .endif .else -#IGNORE= needs an existing installation of Perl built with WITH_THREADS=yes +IGNORE= needs an existing installation of Perl built with WITH_THREADS=yes .endif .if ${PERL_LEVEL} >= 501000 |