aboutsummaryrefslogtreecommitdiff
path: root/databases/py-pg8000
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2018-11-11 10:30:26 +0000
committerWen Heping <wen@FreeBSD.org>2018-11-11 10:30:26 +0000
commitd483fcbf9d2a1eb77726a853909253cd34fba037 (patch)
tree506bd482d36c8d41913e36f0bd57c5f67e7d80ea /databases/py-pg8000
parenta382ddca1aee3cbdc7cdf4f2c2251835a1c6ba26 (diff)
downloadports-d483fcbf9d2a1eb77726a853909253cd34fba037.tar.gz
ports-d483fcbf9d2a1eb77726a853909253cd34fba037.zip
- Add missing RUN_DEPENDS
PR: 233104 Submitted by: jdc@koitsu.org
Notes
Notes: svn path=/head/; revision=484681
Diffstat (limited to 'databases/py-pg8000')
-rw-r--r--databases/py-pg8000/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/databases/py-pg8000/Makefile b/databases/py-pg8000/Makefile
index ed6c9d51e55b..16ef664d5814 100644
--- a/databases/py-pg8000/Makefile
+++ b/databases/py-pg8000/Makefile
@@ -3,6 +3,7 @@
PORTNAME= pg8000
PORTVERSION= 1.12.3
+PORTREVISION= 1
CATEGORIES= databases python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -12,6 +13,8 @@ COMMENT= Pure-Python Interface to the PostgreSQL Database
LICENSE= BSD3CLAUSE
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR}
+
USES= python
USE_PYTHON= autoplist distutils