diff options
author | luigi <luigi@FreeBSD.org> | 2008-12-31 19:51:02 +0800 |
---|---|---|
committer | luigi <luigi@FreeBSD.org> | 2008-12-31 19:51:02 +0800 |
commit | 1f592982d8ba1f419730f0edddfa0c4986512436 (patch) | |
tree | 1995f1d004a8afad42c4971f5049bcb69a47265f /sysutils/syslinux | |
parent | 7ac1d25ab98c434ac2354908318f4076b51d6d20 (diff) | |
download | freebsd-ports-gnome-1f592982d8ba1f419730f0edddfa0c4986512436.tar.gz freebsd-ports-gnome-1f592982d8ba1f419730f0edddfa0c4986512436.tar.zst freebsd-ports-gnome-1f592982d8ba1f419730f0edddfa0c4986512436.zip |
Tinderbox found out that I forgot to add USE_PERL5, which is used in the
post-extract phase to convert elf names.
Diffstat (limited to 'sysutils/syslinux')
-rw-r--r-- | sysutils/syslinux/Makefile | 2 |
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> |