diff options
author | danfe <danfe@FreeBSD.org> | 2005-03-23 15:13:30 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2005-03-23 15:13:30 +0800 |
commit | c2f565c369b48a7da5a1b5a46e9718d5905359ca (patch) | |
tree | fc1b4430dc9092a6fd59e0ae46e4e6e22ced8cc8 /security | |
parent | 322ad8fff99a880b5c07b0c626e347e2bc6316fb (diff) | |
download | freebsd-ports-gnome-c2f565c369b48a7da5a1b5a46e9718d5905359ca.tar.gz freebsd-ports-gnome-c2f565c369b48a7da5a1b5a46e9718d5905359ca.tar.zst freebsd-ports-gnome-c2f565c369b48a7da5a1b5a46e9718d5905359ca.zip |
Fix configure and thus the build.
Approved by: portmgr (marcus)
Diffstat (limited to 'security')
-rw-r--r-- | security/revelation/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/revelation/Makefile b/security/revelation/Makefile index e2972f9fa6c5..d786ff2667df 100644 --- a/security/revelation/Makefile +++ b/security/revelation/Makefile @@ -13,6 +13,7 @@ MASTER_SITES= ftp://oss.codepoet.no/revelation/ MAINTAINER= ports@c0decafe.net COMMENT= Password manager for the GNOME 2 desktop +BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/Crypto/test.py:${PORTSDIR}/security/py-pycrypto RUN_DEPENDS= ${PYTHON_SITELIBDIR}/Crypto/test.py:${PORTSDIR}/security/py-pycrypto USE_BZIP2= yes |