diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2018-02-19 11:10:43 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2018-02-19 11:10:43 +0000 |
commit | f7455240e3b2acb3cd4804dac9a3afe2582a0a96 (patch) | |
tree | 94eaef37ab07d82e499ae4cafabe202ea2ed0525 /databases/pgworksheet | |
parent | 6db4531ff6ac4b156bdc1499488964f1c2551e7f (diff) |
Notes
Diffstat (limited to 'databases/pgworksheet')
-rw-r--r-- | databases/pgworksheet/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/pgworksheet/Makefile b/databases/pgworksheet/Makefile index cfdb48e27a1f..b6aa3faf92af 100644 --- a/databases/pgworksheet/Makefile +++ b/databases/pgworksheet/Makefile @@ -3,7 +3,7 @@ PORTNAME= pgworksheet PORTVERSION= 1.9 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= databases MASTER_SITES= http://pgfoundry.org/frs/download.php/1695/ @@ -14,7 +14,7 @@ LICENSE= GPLv2 RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pyPgSQL/libpq/__init__.py:databases/py-pyPgSQL@${FLAVOR} -USES= pgsql python:2 tar:bzip2 +USES= pgsql python:2.7 tar:bzip2 USE_GNOME= pygtk2 USE_PYTHON= distutils autoplist |