diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-10-08 17:01:28 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-10-08 17:01:28 +0000 |
| commit | 50952f66fe0628d91e34dab66b012ee239a39cc7 (patch) | |
| tree | 1902c420121939523a84436935b473e4edea8654 /databases | |
| parent | Convert to USES=pgsql (diff) | |
Convert to USES=pgsql
Strip binaries
Diffstat (limited to 'databases')
| -rw-r--r-- | databases/pgpool-II-23/Makefile | 4 | ||||
| -rw-r--r-- | databases/pgpool-II-30/Makefile | 3 |
2 files changed, 3 insertions, 4 deletions
diff --git a/databases/pgpool-II-23/Makefile b/databases/pgpool-II-23/Makefile index f8c05c3de41d..b5cf72a979dd 100644 --- a/databases/pgpool-II-23/Makefile +++ b/databases/pgpool-II-23/Makefile @@ -11,10 +11,10 @@ PKGNAMESUFFIX= 23 MAINTAINER= kuriyama@FreeBSD.org COMMENT= Connection pool server for PostgreSQL -USES= gmake libtool +USES= gmake pgsql libtool GNU_CONFIGURE= yes -USE_PGSQL= yes USE_LDCONFIG= yes +INSTALL_TARGET= install-strip CONFLICTS= pgpool-3.* pgpool-II-3.* pgpool-II-22-* pgpool-II-30-* USE_RC_SUBR= pgpool diff --git a/databases/pgpool-II-30/Makefile b/databases/pgpool-II-30/Makefile index b98955d74697..d02aa2b23799 100644 --- a/databases/pgpool-II-30/Makefile +++ b/databases/pgpool-II-30/Makefile @@ -15,8 +15,7 @@ LICENSE= BSD GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -USES= gmake libtool -USE_PGSQL= yes +USES= gmake pgsql libtool USE_LDCONFIG= yes CONFLICTS= pgpool-3.* pgpool-II-3.* pgpool-II-22-* pgpool-II-23-* |
