diff options
author | antoine <antoine@FreeBSD.org> | 2017-12-12 00:54:20 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2017-12-12 00:54:20 +0800 |
commit | 8d3f9e637bedbbfa8df328bb37f953531d0dac4d (patch) | |
tree | 1bd1a4476491ef32afe3f13e01c9056a28435cc3 /databases | |
parent | 25ca86f1d02f85687a502b229a2837c93974fbe2 (diff) | |
download | freebsd-ports-gnome-8d3f9e637bedbbfa8df328bb37f953531d0dac4d.tar.gz freebsd-ports-gnome-8d3f9e637bedbbfa8df328bb37f953531d0dac4d.tar.zst freebsd-ports-gnome-8d3f9e637bedbbfa8df328bb37f953531d0dac4d.zip |
- Those ports fail to build with python3
- Add some explicit FLAVOR to dependencies where needed
Diffstat (limited to 'databases')
-rw-r--r-- | databases/postgresql-libpqxx/Makefile | 2 | ||||
-rw-r--r-- | databases/postgresql-libpqxx3/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/databases/postgresql-libpqxx/Makefile b/databases/postgresql-libpqxx/Makefile index 89228c5c54a6..0cca69f5b2f7 100644 --- a/databases/postgresql-libpqxx/Makefile +++ b/databases/postgresql-libpqxx/Makefile @@ -17,7 +17,7 @@ LICENSE= BSD3CLAUSE CONFLICTS= postgresql-libpqxx-3.* postgresql-libpqxx3-3.* PORTSCOUT= limit:^2\. -USES+= gmake libtool pathfix pgsql python:build shebangfix +USES+= gmake libtool pathfix pgsql python:2.7,build shebangfix GNU_CONFIGURE= yes USE_LDCONFIG= yes PLIST_SUB= PORTVERSION=${PORTVERSION:R} diff --git a/databases/postgresql-libpqxx3/Makefile b/databases/postgresql-libpqxx3/Makefile index 591a12c42658..7f56b7fdf596 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 pathfix pgsql pkgconfig python:build shebangfix +USES+= gmake libtool pathfix pgsql pkgconfig python:2.7,build shebangfix GNU_CONFIGURE= yes USE_LDCONFIG= yes PLIST_SUB= PORTVERSION=${PORTVERSION} |