From 64a4ff8bb1992b57fff6ce619a65c2eb784bdb6e Mon Sep 17 00:00:00 2001 From: Luigi Rizzo Date: Wed, 31 Dec 2008 11:51:02 +0000 Subject: Tinderbox found out that I forgot to add USE_PERL5, which is used in the post-extract phase to convert elf names. --- sysutils/syslinux/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sysutils') diff --git a/sysutils/syslinux/Makefile b/sysutils/syslinux/Makefile index 78e58a0cae34..f5de10ebddd6 100644 --- a/sysutils/syslinux/Makefile +++ b/sysutils/syslinux/Makefile @@ -21,6 +21,8 @@ MAN1= syslinux.1 USE_BZIP2= yes USE_GMAKE= yes +# perl is used in post-extract to convert elf names. +USE_PERL5= yes .include -- cgit v1.2.3