diff options
author | Jason Helfman <jgh@FreeBSD.org> | 2013-07-07 00:15:47 +0000 |
---|---|---|
committer | Jason Helfman <jgh@FreeBSD.org> | 2013-07-07 00:15:47 +0000 |
commit | abd1752ca41bc8248b131d3979c1fe2d8726197e (patch) | |
tree | a02701e350da7138f8932579a7323e96fb5738bb /databases/postgresql-plproxy | |
parent | Reconvert USE_ICONV to USES=iconv (diff) |
- convert from USE_GMAKE to USES=gmake
- trim historical headers
With hat: pgsql@
Notes
Notes:
svn path=/head/; revision=322415
Diffstat (limited to 'databases/postgresql-plproxy')
-rw-r--r-- | databases/postgresql-plproxy/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/databases/postgresql-plproxy/Makefile b/databases/postgresql-plproxy/Makefile index 0be6474b30bb..03e43c70dbe7 100644 --- a/databases/postgresql-plproxy/Makefile +++ b/databases/postgresql-plproxy/Makefile @@ -12,9 +12,8 @@ COMMENT= PL/Proxy - database partitioning system LICENSE= BSD -USES= bison +USES= bison gmake USE_PGSQL= yes -USE_GMAKE= yes MAKE_JOBS_SAFE= yes PORTSCOUT= site:http://pgfoundry.org/frs/?group_id=1000207 |