[Midnightbsd-cvs] mports [19767] trunk/databases/py-postgresql/Makefile: fix build
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Tue Aug 18 19:09:24 EDT 2015
Revision: 19767
http://svnweb.midnightbsd.org/mports/?rev=19767
Author: laffer1
Date: 2015-08-18 19:09:24 -0400 (Tue, 18 Aug 2015)
Log Message:
-----------
fix build
Modified Paths:
--------------
trunk/databases/py-postgresql/Makefile
Modified: trunk/databases/py-postgresql/Makefile
===================================================================
--- trunk/databases/py-postgresql/Makefile 2015-08-18 23:05:23 UTC (rev 19766)
+++ trunk/databases/py-postgresql/Makefile 2015-08-18 23:09:24 UTC (rev 19767)
@@ -2,6 +2,7 @@
PORTNAME= postgresql
PORTVERSION= 1.1.0
+PORTREVISION= 1
CATEGORIES= databases python
MASTER_SITES= CHEESESHOP \
http://python.projects.postgresql.org/files/
@@ -14,10 +15,10 @@
LICENSE= bsd3
-USE_ZIP= yes
-USE_PGSQL= yes
-USE_PYTHON= 3
-USE_PYDISTUTILS= yes
-PYDISTUTILS_AUTOPLIST= yes
+USES= zip pgsql python:3.3+
+USE_PYTHON= distutils autoplist
+USE_PYDISTUTILS= yes
+PYDISTUTILS_AUTOPLIST= yes
+
.include <bsd.port.mk>
More information about the Midnightbsd-cvs
mailing list