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-libpqxx | |
parent | f45c675de278428e2320c7b1087ae8228d460898 (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-libpqxx')
-rw-r--r-- | databases/postgresql-libpqxx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/postgresql-libpqxx/Makefile b/databases/postgresql-libpqxx/Makefile index 23dbfdd57025..9d738a5cceac 100644 --- a/databases/postgresql-libpqxx/Makefile +++ b/databases/postgresql-libpqxx/Makefile @@ -15,7 +15,7 @@ CONFLICTS= postgresql-libpqxx-3.* PORTSCOUT= limit:^2\. USE_PGSQL= yes -USE_GMAKE= yes +USES= gmake GNU_CONFIGURE= yes USE_LDCONFIG= yes SOVERSION= 4 |