- fix dependency

- do not bumping PORTREVISION because it's not default

Submitted by:	bapt (by mail)
Feature safe:	yes
This commit is contained in:
Ruslan Makhmatkhanov 2012-11-14 20:26:48 +00:00
parent 3ef9c76002
commit 4ce9d257d7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=307427

View file

@ -43,7 +43,7 @@ post-install:
@${CHMOD} -R a+X ${PYTHONPREFIX_SITELIBDIR}/dns/*
.if ${PORT_OPTIONS:MPYCRYPTO}
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}crypto>0:${PORTSDIR}/security/py-pycrypto
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}pycrypto>0:${PORTSDIR}/security/py-pycrypto
.endif
.include <bsd.port.mk>