svn commit: r473546 - head/databases

Antoine Brodin antoine at FreeBSD.org
Fri Jun 29 12:50:42 UTC 2018


Author: antoine
Date: Fri Jun 29 12:50:41 2018
New Revision: 473546
URL: https://svnweb.freebsd.org/changeset/ports/473546

Log:
  Correctly hook py-asyncpg to the build

Modified:
  head/databases/Makefile

Modified: head/databases/Makefile
==============================================================================
--- head/databases/Makefile	Fri Jun 29 12:50:01 2018	(r473545)
+++ head/databases/Makefile	Fri Jun 29 12:50:41 2018	(r473546)
@@ -22,7 +22,6 @@
     SUBDIR += apq-pgsql
     SUBDIR += arangodb32
     SUBDIR += arangodb33
-    SUBDUR += py-asyncpg
     SUBDIR += ateam_mysql_ldap_auth
     SUBDIR += autobackupmysql
     SUBDIR += bbdb
@@ -777,6 +776,7 @@
     SUBDIR += py-agate-sql
     SUBDIR += py-alembic
     SUBDIR += py-apsw
+    SUBDIR += py-asyncpg
     SUBDIR += py-bsddb
     SUBDIR += py-bsddb3
     SUBDIR += py-carbon


More information about the svn-ports-all mailing list