diff options
Diffstat (limited to 'lang/perl5.12')
-rw-r--r-- | lang/perl5.12/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/perl5.12/Makefile b/lang/perl5.12/Makefile index 56e46985d5d0..4ca75e78afd3 100644 --- a/lang/perl5.12/Makefile +++ b/lang/perl5.12/Makefile @@ -20,7 +20,7 @@ DIST_SUBDIR= perl MAINTAINER= skv@FreeBSD.org COMMENT= Practical Extraction and Report Language -CONFLICTS= perl-5.6.* perl-5.9.* +CONFLICTS= perl-5.6.* perl-5.8.* OPTIONS= DEBUGGING "Build with debugging support" off \ GDBM "Build GDBM_File extension" off \ |