Index: head/mail/py-libgmail/Makefile =================================================================== --- head/mail/py-libgmail/Makefile (revision 493033) +++ head/mail/py-libgmail/Makefile (revision 493034) @@ -1,19 +1,19 @@ # Created by: Ying-Chieh Liao # $FreeBSD$ PORTNAME= libgmail DISTVERSION= 0.1.11 CATEGORIES= mail python MASTER_SITES= SF PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ports@FreeBSD.org COMMENT= Library to provide access to Gmail via Python -BUILD_DEPENDS= py*-mechanize>=0:www/py-mechanize -RUN_DEPENDS:= ${BUILD_DEPENDS} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mechanize>=0:www/py-mechanize@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mechanize>=0:www/py-mechanize@${PY_FLAVOR} USES= python:2.7 USE_PYTHON= distutils autoplist .include