diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2008-03-22 16:29:37 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2008-03-22 16:29:37 +0000 |
commit | 540a34b552c2054e69ee4d9832aff8234897795e (patch) | |
tree | 524038d77f70d3d40f7f5641ac60b38be43d594a /databases/pgpool | |
parent | 077a58f032efc81c06a5c627cf14888c6eee37d9 (diff) | |
download | ports-540a34b552c2054e69ee4d9832aff8234897795e.tar.gz ports-540a34b552c2054e69ee4d9832aff8234897795e.zip |
Notes
Diffstat (limited to 'databases/pgpool')
-rw-r--r-- | databases/pgpool/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/databases/pgpool/Makefile b/databases/pgpool/Makefile index 893659157b12..28a75c3992a5 100644 --- a/databases/pgpool/Makefile +++ b/databases/pgpool/Makefile @@ -9,13 +9,11 @@ PORTNAME= pgpool PORTVERSION= 3.4.1 PORTREVISION= 0 CATEGORIES= databases -MASTER_SITES= http://pgfoundry.org/frs/download.php/1254/ +MASTER_SITES= http://pgfoundry.org/frs/download.php/1446/ MAINTAINER= ports@FreeBSD.org COMMENT= A connection pool server for PostgreSQL -BROKEN= Size mismatch - USE_GMAKE= yes GNU_CONFIGURE= yes |