diff options
author | lwhsu <lwhsu@FreeBSD.org> | 2010-01-15 19:11:49 +0800 |
---|---|---|
committer | lwhsu <lwhsu@FreeBSD.org> | 2010-01-15 19:11:49 +0800 |
commit | 55fde4afa4572b062d646703ee5e5758768c3f48 (patch) | |
tree | be22ca2f2b56b763cccd81e107aa47bc52c39354 /security | |
parent | 7d928cbc7f74ab1c0104cb42f31632d32394ff28 (diff) | |
download | freebsd-ports-gnome-55fde4afa4572b062d646703ee5e5758768c3f48.tar.gz freebsd-ports-gnome-55fde4afa4572b062d646703ee5e5758768c3f48.tar.zst freebsd-ports-gnome-55fde4afa4572b062d646703ee5e5758768c3f48.zip |
- Chase py-pycrypto update
PR: ports/142479
Submitted by: lwhsu
Approved by: ports AT c0decafe.net (maintainer)
Diffstat (limited to 'security')
-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" |