diff options
author | kris <kris@FreeBSD.org> | 2004-12-24 23:52:58 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-12-24 23:52:58 +0000 |
commit | 84542a5baf3ac577cf293f7e8c0c3b6ba19070c3 (patch) | |
tree | 0c927797ac84993377e3645f335debeb5c4d8ccc /databases | |
parent | 91e75c480b888cd03abc399e5a5a86df0303a4ab (diff) | |
download | FreeBSD-ports-84542a5baf3ac577cf293f7e8c0c3b6ba19070c3.zip FreeBSD-ports-84542a5baf3ac577cf293f7e8c0c3b6ba19070c3.tar.gz |
Previous commit fixed the breakage but forgot to remove BROKEN.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/py-sqlrelay/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/databases/py-sqlrelay/Makefile b/databases/py-sqlrelay/Makefile index 91ee90d..3a05677 100644 --- a/databases/py-sqlrelay/Makefile +++ b/databases/py-sqlrelay/Makefile @@ -19,8 +19,6 @@ 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 |