svn commit: r455341 - head/databases/py-pyPgSQL

Antoine Brodin antoine at FreeBSD.org
Sat Dec 2 10:20:19 UTC 2017


Author: antoine
Date: Sat Dec  2 10:20:17 2017
New Revision: 455341
URL: https://svnweb.freebsd.org/changeset/ports/455341

Log:
  pyPgSQL doesn't build with python3

Modified:
  head/databases/py-pyPgSQL/Makefile

Modified: head/databases/py-pyPgSQL/Makefile
==============================================================================
--- head/databases/py-pyPgSQL/Makefile	Sat Dec  2 10:16:53 2017	(r455340)
+++ head/databases/py-pyPgSQL/Makefile	Sat Dec  2 10:20:17 2017	(r455341)
@@ -15,7 +15,7 @@ BROKEN=		Invalid checksum
 
 RUN_DEPENDS=	${DATETIME_DEP}:lang/py-mx-base
 
-USES=	pgsql python
+USES=	pgsql python:2.7
 USE_PYTHON=	distutils
 
 DOCS=		Announce ChangeLog README README.html


More information about the svn-ports-all mailing list