diff options
author | mat <mat@FreeBSD.org> | 2013-09-07 03:08:40 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2013-09-07 03:08:40 +0800 |
commit | a9ff24344f169e1ab2e577acde394c76ba350ce5 (patch) | |
tree | ccc485d9029657a7ca94db7fe15d0b36a3d9883e /sysutils | |
parent | 3d29a25baf780080a4f34b8c519f77a813db69b9 (diff) | |
download | freebsd-ports-gnome-a9ff24344f169e1ab2e577acde394c76ba350ce5.tar.gz freebsd-ports-gnome-a9ff24344f169e1ab2e577acde394c76ba350ce5.tar.zst freebsd-ports-gnome-a9ff24344f169e1ab2e577acde394c76ba350ce5.zip |
Fixup typo.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/ansible/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/ansible/Makefile b/sysutils/ansible/Makefile index 2f73dacb2889..45f42892c500 100644 --- a/sysutils/ansible/Makefile +++ b/sysutils/ansible/Makefile @@ -15,7 +15,7 @@ OPTIONS_DEFINE= EXAMPLES FIREBALL FIREBALL_DESC= Enable fireball mode FIREBALL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asn1>=0:${PORTSDIR}/devel/py-asn1 \ ${PYTHON_PKGNAMEPREFIX}pyzmq>=0:${PORTSDIR}/devel/py-pyzmq \ - ${PYTHON_PKGNAMEPREFIX}pypycrypto>=0:${PORTSDIR}/security/py-pycrypto \ + ${PYTHON_PKGNAMEPREFIX}pycrypto>=0:${PORTSDIR}/security/py-pycrypto \ ${PYTHON_PKGNAMEPREFIX}keyczar>=0:${PORTSDIR}/security/py-keyczar BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>=0:${PORTSDIR}/devel/py-yaml \ |