summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2022-04-24 19:48:52 +0000
committertnn <tnn@pkgsrc.org>2022-04-24 19:48:52 +0000
commitb00c220a276cad6b5418d99a0cab37b4f2d8a399 (patch)
tree519d4e273cc08cc0363bf948c97208190ef30e30
parent2e221c05f5405ad10c3480859a1655850bd9e86a (diff)
downloadpkgsrc-b00c220a276cad6b5418d99a0cab37b4f2d8a399.tar.gz
libatomic: needs perl as tool for contrib/make_sunver.pl
-rw-r--r--devel/libatomic/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libatomic/Makefile b/devel/libatomic/Makefile
index a0ccca08137..7e177c0fca3 100644
--- a/devel/libatomic/Makefile
+++ b/devel/libatomic/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2021/11/08 13:00:33 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2022/04/24 19:48:52 tnn Exp $
DISTNAME= gcc-11.2.0
PKGNAME= ${DISTNAME:S/gcc/libatomic/}
@@ -12,7 +12,7 @@ COMMENT= Atomic fallback implementation for GCC
LICENSE= gnu-gpl-v3
USE_LANGUAGES= c99 c++
-USE_TOOLS+= gmake
+USE_TOOLS+= gmake perl
GNU_CONFIGURE= yes
USE_LIBTOOL= yes