aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRomain Tartière <romain@FreeBSD.org>2022-07-08 19:55:42 +0000
committerRomain Tartière <romain@FreeBSD.org>2022-07-08 20:03:57 +0000
commit2845a89c8e554cdbd4d0adc4a1325e93b2eb2198 (patch)
tree19d86723339ba943e7a71e9fe8a4e36ff00041bf
parent69d8cd0cd0f31aa9578ce0fd795374308730ea81 (diff)
downloadports-2845a89c8e554cdbd4d0adc4a1325e93b2eb2198.tar.gz
ports-2845a89c8e554cdbd4d0adc4a1325e93b2eb2198.zip
sysutils/puppetserver7: Restrict to amd64 arch
The jar contain libjffi for which only a amd64 FreeBSD library is provided. PR: 256521 Reported by: tony.albers@gmx.com With hat: puppet
-rw-r--r--sysutils/puppetserver7/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/puppetserver7/Makefile b/sysutils/puppetserver7/Makefile
index 080a95768823..0fe4ae0d146f 100644
--- a/sysutils/puppetserver7/Makefile
+++ b/sysutils/puppetserver7/Makefile
@@ -13,6 +13,8 @@ COMMENT= Puppet Server running in the JVM
LICENSE= APACHE20
+ONLY_FOR_ARCHS= amd64
+
RUN_DEPENDS= bash>=0:shells/bash \
puppet7>=0:sysutils/puppet7 \
rubygem-puppetserver-ca>=1:sysutils/rubygem-puppetserver-ca \