aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2019-02-17 06:55:46 +0800
committersunpoet <sunpoet@FreeBSD.org>2019-02-17 06:55:46 +0800
commitfdf966adac4546f2827bdb05430c0497257258cc (patch)
tree8b3c175ceeaf81913b5e7c0d426f11bbacab3a56 /security
parent68874d501def69ed6b76f40a8f27cd8775b9874d (diff)
downloadfreebsd-ports-gnome-fdf966adac4546f2827bdb05430c0497257258cc.tar.gz
freebsd-ports-gnome-fdf966adac4546f2827bdb05430c0497257258cc.tar.zst
freebsd-ports-gnome-fdf966adac4546f2827bdb05430c0497257258cc.zip
Add NO_ARCH
Approved by: portmgr (blanket)
Diffstat (limited to 'security')
-rw-r--r--security/py-yubikey-manager/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/security/py-yubikey-manager/Makefile b/security/py-yubikey-manager/Makefile
index 24e9d413ac97..5f78df5b0420 100644
--- a/security/py-yubikey-manager/Makefile
+++ b/security/py-yubikey-manager/Makefile
@@ -28,4 +28,6 @@ RUN_DEPENDS= ${PY_ENUM34} \
USES= python
USE_PYTHON= autoplist concurrent distutils
+NO_ARCH= yes
+
.include <bsd.port.mk>