aboutsummaryrefslogtreecommitdiffstats
path: root/devel/valgrind
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2004-07-26 01:28:14 +0800
committerpav <pav@FreeBSD.org>2004-07-26 01:28:14 +0800
commit8fd1dd2c3e890a821e241d872d7957aea51237f8 (patch)
tree3937312672a8d71719217693374d1900f7aefca8 /devel/valgrind
parent9cc0f22e3ee58a6ef2e01531b1bdb14d2268c698 (diff)
downloadfreebsd-ports-gnome-8fd1dd2c3e890a821e241d872d7957aea51237f8.tar.gz
freebsd-ports-gnome-8fd1dd2c3e890a821e241d872d7957aea51237f8.tar.zst
freebsd-ports-gnome-8fd1dd2c3e890a821e241d872d7957aea51237f8.zip
- Use canonical way to request new Perl
Diffstat (limited to 'devel/valgrind')
-rw-r--r--devel/valgrind/Makefile12
1 files changed, 4 insertions, 8 deletions
diff --git a/devel/valgrind/Makefile b/devel/valgrind/Makefile
index be3f2f6e271c..22be4a8785aa 100644
--- a/devel/valgrind/Makefile
+++ b/devel/valgrind/Makefile
@@ -26,6 +26,10 @@ USE_PERL5_BUILD=yes
.include <bsd.port.pre.mk>
+.if ${PERL_LEVEL} < 500601
+IGNORE= "can\'t be built. Your Perl version is too old. Please use lang/perl5.8 port to upgrade your Perl"
+.endif
+
PROCFS!= /sbin/mount | ${GREP} '^procfs' | ${AWK} '{print $1}'
pre-everything::
@@ -46,14 +50,6 @@ pre-everything::
@${FALSE}
.endif
-.if ${PERL_LEVEL} < 500601
- @${ECHO_CMD} "Your Perl version is too old. You will need at least Perl 5.6.1"
- @${ECHO_CMD} "in order to build valgrind."
- @${ECHO_CMD} ""
- @${ECHO_CMD} "Please use the lang/perl5 or the lang/perl5.8 to upgrade your"
- @${ECHO_CMD} "Perl installation to version 5.6.1 or 5.8.2 respectively."
-.endif
-
pre-patch:
.ifdef(NOPORTDOCS)
${FIND} ${WRKSRC} -name "Makefile.in" -exec \