pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/libffi libffi: New version requires perl.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/052136d48cf4
branches:  trunk
changeset: 412068:052136d48cf4
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Thu Feb 27 09:30:43 2020 +0000

description:
libffi: New version requires perl.

diffstat:

 devel/libffi/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 924a56706f9c -r 052136d48cf4 devel/libffi/Makefile
--- a/devel/libffi/Makefile     Thu Feb 27 03:06:25 2020 +0000
+++ b/devel/libffi/Makefile     Thu Feb 27 09:30:43 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2020/02/26 19:15:44 adam Exp $
+# $NetBSD: Makefile,v 1.36 2020/02/27 09:30:43 jperkin Exp $
 
 DISTNAME=      libffi-3.3
 CATEGORIES=    devel
@@ -11,7 +11,7 @@
 
 USE_LANGUAGES=         c c++
 USE_LIBTOOL=           yes
-USE_TOOLS+=            gmake pkg-config
+USE_TOOLS+=            gmake perl pkg-config
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --disable-multi-os-directory
 CONFIGURE_ARGS+=       --includedir=${PREFIX}/include



Home | Main Index | Thread Index | Old Index