summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKen Smith <kensmith@FreeBSD.org>2012-03-19 13:48:05 +0000
committerKen Smith <kensmith@FreeBSD.org>2012-03-19 13:48:05 +0000
commitcf8b2948f14af7ceb116e402c35509b04f683291 (patch)
treeccf2ac32786c91dd9b3411101dd0df09dab2ee39
parent322ce7360f1e97023af04bbe06d850d9f92ca3a4 (diff)
Notes
-rw-r--r--release/Makefile2
-rw-r--r--release/Makefile.inc.docports2
2 files changed, 2 insertions, 2 deletions
diff --git a/release/Makefile b/release/Makefile
index 8c92d7f33204..3fa9350d4a41 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -171,7 +171,7 @@ NOPORTSATALL= YES
#
# Doing 'make index' in /usr/ports requires Perl.
-MAKEINDEXPORTS= lang/perl5.10
+MAKEINDEXPORTS= lang/perl5.12
DOCPORTS= textproc/docproj
# Set this to wherever the distfiles required by release procedures.
.if defined(DOCDISTFILES)
diff --git a/release/Makefile.inc.docports b/release/Makefile.inc.docports
index 610fae3622cc..43168cf2901c 100644
--- a/release/Makefile.inc.docports
+++ b/release/Makefile.inc.docports
@@ -81,5 +81,5 @@ MINIMALDOCPORTS+= \
ports/textproc/p5-PodParser
.else
MINIMALDOCPORTS+= \
- ports/lang/perl5.10
+ ports/lang/perl5.12
.endif