diff options
author | knu <knu@FreeBSD.org> | 2002-10-28 01:57:39 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2002-10-28 01:57:39 +0800 |
commit | 83410a612d9d6752958099e2ecef975bcea57819 (patch) | |
tree | 3c9bbd7b7958156c22682df570f826db6f937e2e /databases/py-sqlrelay/Makefile | |
parent | b752a56e948e388c5b5ee9b34a7c20ed9feec785 (diff) | |
download | freebsd-ports-gnome-83410a612d9d6752958099e2ecef975bcea57819.tar.gz freebsd-ports-gnome-83410a612d9d6752958099e2ecef975bcea57819.tar.zst freebsd-ports-gnome-83410a612d9d6752958099e2ecef975bcea57819.zip |
Now that lang/python is updated to version 2.2, it is not necessary to
set (override) PYTHON_VERSION anymore.
Diffstat (limited to 'databases/py-sqlrelay/Makefile')
-rw-r--r-- | databases/py-sqlrelay/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/databases/py-sqlrelay/Makefile b/databases/py-sqlrelay/Makefile index ff13b35b94aa..b0bc8c222d2e 100644 --- a/databases/py-sqlrelay/Makefile +++ b/databases/py-sqlrelay/Makefile @@ -18,7 +18,6 @@ BUILD_DEPENDS= ${NONEXISTENT}:${SQLRELAY_PORTDIR}:patch LIB_DEPENDS= sqlrclient.0:${SQLRELAY_PORTDIR} USE_PYTHON= yes -PYTHON_VERSION?= python2.1 WRKSRC= ${WRKDIR}/${PORTNAME} BUILD_WRKSRC= ${WRKSRC}/src/api/python |