diff options
author | kris <kris@FreeBSD.org> | 2006-05-22 05:40:41 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-05-22 05:40:41 +0800 |
commit | aab8efad986c41ea1a679cbee8abb39a98616ce5 (patch) | |
tree | 35dc9608f9105acd656cd1595da48a51064d2773 /databases | |
parent | a6a5466cc7823eb3f53aac9b38ba197e6aea4e44 (diff) | |
download | freebsd-ports-gnome-aab8efad986c41ea1a679cbee8abb39a98616ce5.tar.gz freebsd-ports-gnome-aab8efad986c41ea1a679cbee8abb39a98616ce5.tar.zst freebsd-ports-gnome-aab8efad986c41ea1a679cbee8abb39a98616ce5.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} \ |