svn commit: r493034 - head/mail/py-libgmail

Antoine Brodin antoine at FreeBSD.org
Sat Feb 16 10:06:02 UTC 2019


Author: antoine
Date: Sat Feb 16 10:06:01 2019
New Revision: 493034
URL: https://svnweb.freebsd.org/changeset/ports/493034

Log:
  Fix DEPENDS
  
  PR:		234633

Modified:
  head/mail/py-libgmail/Makefile

Modified: head/mail/py-libgmail/Makefile
==============================================================================
--- head/mail/py-libgmail/Makefile	Sat Feb 16 10:04:22 2019	(r493033)
+++ head/mail/py-libgmail/Makefile	Sat Feb 16 10:06:01 2019	(r493034)
@@ -10,8 +10,8 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 MAINTAINER=	ports at 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


More information about the svn-ports-head mailing list