summaryrefslogtreecommitdiff
path: root/devel/libffi
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2020-02-28 13:20:10 +0000
committerjperkin <jperkin@pkgsrc.org>2020-02-28 13:20:10 +0000
commit23f2aade6f9579ea9ad29810f826a708b7afea4c (patch)
tree227835dab5058ec198af702d10e7abc6bf23ab2a /devel/libffi
parent910fc9b00069b7080b0a26a0b426951a5c221323 (diff)
downloadpkgsrc-23f2aade6f9579ea9ad29810f826a708b7afea4c.tar.gz
libffi: Restrict perl to SunOS, as requested by joerg.
Diffstat (limited to 'devel/libffi')
-rw-r--r--devel/libffi/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/libffi/Makefile b/devel/libffi/Makefile
index 247bb3177e2..e0e03c1bdfe 100644
--- a/devel/libffi/Makefile
+++ b/devel/libffi/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2020/02/27 14:55:02 adam Exp $
+# $NetBSD: Makefile,v 1.38 2020/02/28 13:20:10 jperkin Exp $
DISTNAME= libffi-3.3
CATEGORIES= devel
@@ -11,7 +11,8 @@ LICENSE= mit
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
-USE_TOOLS+= gmake perl pkg-config
+USE_TOOLS+= gmake pkg-config
+USE_TOOLS.SunOS+= perl
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --disable-multi-os-directory
CONFIGURE_ARGS+= --includedir=${PREFIX}/include