diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-05-21 21:40:41 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-05-21 21:40:41 +0000 |
commit | 24434565b72ae89465df1f7897c202e349533c7c (patch) | |
tree | e6fe7194c5588e955c65c00f453582aeb8d247e8 /databases | |
parent | b8bfb594a17085e1f052762f7eb61833558ab1d2 (diff) | |
download | freebsd-ports-24434565b72ae89465df1f7897c202e349533c7c.zip |
BROKEN: Does not compile
Diffstat (limited to 'databases')
-rw-r--r-- | databases/sqlrelay/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/databases/sqlrelay/Makefile b/databases/sqlrelay/Makefile index 19334024358d..5a2f1ee1bc4e 100644 --- a/databases/sqlrelay/Makefile +++ b/databases/sqlrelay/Makefile @@ -17,6 +17,8 @@ COMMENT= A persistent DB connection pooling/proxying/load balancing system LIB_DEPENDS= rudiments.0:${PORTSDIR}/devel/rudiments +BROKEN= Does not compile + USE_GMAKE= yes USE_AUTOTOOLS= autoconf:259 libtool:15 CONFIGURE_ENV= ${SQLRELAY_CONFIGURE_ENV} \ |