diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-12-22 23:11:40 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-12-22 23:11:40 +0000 |
commit | 67a8a87cdc85c5b22dddc2be7bb1a2e531b84807 (patch) | |
tree | 0a3835cd8691bf0876d5cde2124983706579b0db /databases/py-psycopg2 | |
parent | 33feeaa359e80c82cab564899459fdb1492115d0 (diff) | |
download | ports-67a8a87cdc85c5b22dddc2be7bb1a2e531b84807.tar.gz ports-67a8a87cdc85c5b22dddc2be7bb1a2e531b84807.zip |
Notes
Diffstat (limited to 'databases/py-psycopg2')
-rw-r--r-- | databases/py-psycopg2/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/databases/py-psycopg2/Makefile b/databases/py-psycopg2/Makefile index 3673d6271df1..b800edf5886f 100644 --- a/databases/py-psycopg2/Makefile +++ b/databases/py-psycopg2/Makefile @@ -17,8 +17,6 @@ DISTNAME= psycopg2-${PORTVERSION} MAINTAINER= miwi@FreeBSD.org COMMENT= The high performance Python adapter for PostgreSQL -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/mx/DateTime:${PORTSDIR}/lang/py-mx-base - USE_PGSQL= yes USE_GMAKE= yes USE_PYTHON= 2.4+ |