diff options
author | ak <ak@FreeBSD.org> | 2013-12-09 20:38:45 +0800 |
---|---|---|
committer | ak <ak@FreeBSD.org> | 2013-12-09 20:38:45 +0800 |
commit | 9d354ce3f1929024490e21bf143623f782ee4eb5 (patch) | |
tree | 706ace7b7c1008df05d455cbc11f5f0ece039a8a /sysutils/ansible | |
parent | d51582a8ef375ac6303c1eb2c0b509ab5b92985b (diff) | |
download | freebsd-ports-gnome-9d354ce3f1929024490e21bf143623f782ee4eb5.tar.gz freebsd-ports-gnome-9d354ce3f1929024490e21bf143623f782ee4eb5.tar.zst freebsd-ports-gnome-9d354ce3f1929024490e21bf143623f782ee4eb5.zip |
- Mark ports as architecture-neutral (NO_ARCH)
PR: ports/184542
Submitted by: Nikolai Lifanov <lifanov@mail.lifanov.com> (maintainer)
Diffstat (limited to 'sysutils/ansible')
-rw-r--r-- | sysutils/ansible/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/ansible/Makefile b/sysutils/ansible/Makefile index 5dd0620893ff..e989ec0a4d43 100644 --- a/sysutils/ansible/Makefile +++ b/sysutils/ansible/Makefile @@ -14,6 +14,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>0:${PORTSDIR}/devel/py-yaml \ ${PYTHON_PKGNAMEPREFIX}paramiko>0:${PORTSDIR}/security/py-paramiko \ ${PYTHON_PKGNAMEPREFIX}Jinja2>0:${PORTSDIR}/devel/py-Jinja2 +NO_ARCH= yes + OPTIONS_DEFINE= ACCELERATE EXAMPLES OPTIONS_DEFAULT= ACCELERATE |