diff options
author | edwin <edwin@FreeBSD.org> | 2006-05-05 05:41:12 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-05-05 05:41:12 +0800 |
commit | f07e7ab26ee96c06478847d07ac072b4b2c64e23 (patch) | |
tree | 780c78ced02c5c3bcb3d612d1393cc5c6430bb34 /databases/sqlrelay | |
parent | 96a9db84f56439cc43a27916a26e273d5249cad7 (diff) | |
download | freebsd-ports-gnome-f07e7ab26ee96c06478847d07ac072b4b2c64e23.tar.gz freebsd-ports-gnome-f07e7ab26ee96c06478847d07ac072b4b2c64e23.tar.zst freebsd-ports-gnome-f07e7ab26ee96c06478847d07ac072b4b2c64e23.zip |
Remove USE_REINPLACE from all categories starting with D
Diffstat (limited to 'databases/sqlrelay')
-rw-r--r-- | databases/sqlrelay/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/databases/sqlrelay/Makefile b/databases/sqlrelay/Makefile index 742630b7df07..19334024358d 100644 --- a/databases/sqlrelay/Makefile +++ b/databases/sqlrelay/Makefile @@ -17,7 +17,6 @@ COMMENT= A persistent DB connection pooling/proxying/load balancing system LIB_DEPENDS= rudiments.0:${PORTSDIR}/devel/rudiments -USE_REINPLACE= yes USE_GMAKE= yes USE_AUTOTOOLS= autoconf:259 libtool:15 CONFIGURE_ENV= ${SQLRELAY_CONFIGURE_ENV} \ |