diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-12-11 21:24:24 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-12-11 21:24:24 +0000 |
commit | 43cac9a613dae3389c1239181013bb3f163f5800 (patch) | |
tree | 818e34ac22b88dc2aab91506caab325415cea702 /databases/py-sqlrelay | |
parent | 8bcb90a4e5c874b336fdf08d0efd0081498137ed (diff) |
BROKEN: Does not build after python 2.4 update
Notes
Notes:
svn path=/head/; revision=123759
Diffstat (limited to 'databases/py-sqlrelay')
-rw-r--r-- | databases/py-sqlrelay/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/databases/py-sqlrelay/Makefile b/databases/py-sqlrelay/Makefile index d349c907a9e9..8258be69a591 100644 --- a/databases/py-sqlrelay/Makefile +++ b/databases/py-sqlrelay/Makefile @@ -19,6 +19,8 @@ COMMENT= Python modules to access to SQL Relay EXTRACT_DEPENDS= ${NONEXISTENT}:${SQLRELAY_PORTDIR}:patch LIB_DEPENDS= sqlrclient.0:${SQLRELAY_PORTDIR} +BROKEN= Does not build after python 2.4 update + USE_PYTHON= yes USE_PERL5_BUILD=yes |