diff options
author | Chris Rees <crees@FreeBSD.org> | 2014-08-25 17:53:26 +0000 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2014-08-25 17:53:26 +0000 |
commit | dab15277f4ab5eef396460d80afc54d1f390a815 (patch) | |
tree | f4e1f058cc1522d75a823a40f2ba1399351fc840 /databases/postgresql-libpqxx3 | |
parent | Allow staging as a regular user (diff) |
Convert pgsql ports to use USES+=pgsql
Reviewed by: bapt
Notes
Notes:
svn path=/head/; revision=366114
Diffstat (limited to 'databases/postgresql-libpqxx3')
-rw-r--r-- | databases/postgresql-libpqxx3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/postgresql-libpqxx3/Makefile b/databases/postgresql-libpqxx3/Makefile index 6f6576d086d2..84ef7ba7461c 100644 --- a/databases/postgresql-libpqxx3/Makefile +++ b/databases/postgresql-libpqxx3/Makefile @@ -16,7 +16,7 @@ COMMENT= New C++ interface for PostgreSQL CONFLICTS= postgresql-libpqxx-[2-4].* PORTSCOUT= limit:^2\. -USES= gmake libtool pgsql pkgconfig shebangfix +USES+= gmake libtool pgsql pkgconfig shebangfix GNU_CONFIGURE= yes USE_LDCONFIG= yes PLIST_SUB= PORTVERSION=${PORTVERSION} |