diff options
Diffstat (limited to 'security/revelation/Makefile')
-rw-r--r-- | security/revelation/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/revelation/Makefile b/security/revelation/Makefile index 6c2ba3a3dce1..cc6782d8bc24 100644 --- a/security/revelation/Makefile +++ b/security/revelation/Makefile @@ -15,8 +15,8 @@ MAINTAINER= ports@c0decafe.net COMMENT= Password manager for the GNOME 2 desktop LIB_DEPENDS= crack:${PORTSDIR}/security/cracklib -BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/Crypto/test.py:${PORTSDIR}/security/py-pycrypto -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/Crypto/test.py:${PORTSDIR}/security/py-pycrypto +BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/Crypto/__init__.py:${PORTSDIR}/security/py-pycrypto +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/Crypto/__init__.py:${PORTSDIR}/security/py-pycrypto CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" CPPFLAGS="-I${LOCALBASE}/include" |