diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2003-10-19 09:42:11 +0000 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2003-10-19 09:42:11 +0000 |
commit | 02fe87707a85d4c22af8a52b5e768cef93ab8ee9 (patch) | |
tree | 687a347e19388f180a4ce67cca34ac92b8ef848d /databases/zodb3/Makefile | |
parent | This ports require Python version 2.1 at least. (diff) |
Utilize new USE_PYTHON instead of pkg-req script.
Notes
Notes:
svn path=/head/; revision=91649
Diffstat (limited to 'databases/zodb3/Makefile')
-rw-r--r-- | databases/zodb3/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/databases/zodb3/Makefile b/databases/zodb3/Makefile index 3c89b4c91b31..3893d97c8201 100644 --- a/databases/zodb3/Makefile +++ b/databases/zodb3/Makefile @@ -16,12 +16,7 @@ MAINTAINER= perky@FreeBSD.org COMMENT= The Z - Object Database for python CONFLICTS= zodb-1.* -USE_PYTHON= yes +USE_PYTHON= 2.1+ USE_PYDISTUTILS= yes -post-install: - @ ${SH} ${PKGREQ} INSTALL - -eNU_CONFIGURE= yes - .include <bsd.port.mk> |