diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2018-05-12 16:32:42 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2018-05-12 16:32:42 +0000 |
commit | 11f8d70225a1c8186e450d2150f5f5f57be1a52b (patch) | |
tree | b075c50de7c5ce8fa90c6c55ff7d33b1224dd022 | |
parent | 181ba06b74fb6669ce4a49662eec0956c24e231e (diff) |
Notes
-rw-r--r-- | databases/pgworksheet/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/databases/pgworksheet/Makefile b/databases/pgworksheet/Makefile index d0fe6507aa12..b6aa3faf92af 100644 --- a/databases/pgworksheet/Makefile +++ b/databases/pgworksheet/Makefile @@ -12,9 +12,6 @@ COMMENT= Simple PostreSQL GUI front end LICENSE= GPLv2 -DEPRECATED= Depends on BROKEN and expiring databases/py-pyPgSQL -EXPIRATION_DATE= 2018-06-06 - RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pyPgSQL/libpq/__init__.py:databases/py-pyPgSQL@${FLAVOR} USES= pgsql python:2.7 tar:bzip2 |