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 | |
parent | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG (diff) |
Fix MASTER_SITES.
Pointy hat to: myself
-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 |