summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorLuigi Rizzo <luigi@FreeBSD.org>2008-12-31 11:51:02 +0000
committerLuigi Rizzo <luigi@FreeBSD.org>2008-12-31 11:51:02 +0000
commit64a4ff8bb1992b57fff6ce619a65c2eb784bdb6e (patch)
treeb1cafaccd0e09c013deaea3ba07c27e538509bfc /sysutils
parentThe syslinux program installs a linux bootloader on a FAT-formatted (diff)
Tinderbox found out that I forgot to add USE_PERL5, which is used in the
post-extract phase to convert elf names.
Notes
Notes: svn path=/head/; revision=225052
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/syslinux/Makefile2
1 files changed, 2 insertions, 0 deletions
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 <bsd.port.pre.mk>