diff options
Diffstat (limited to 'databases/postgresql-libpqxx3/Makefile')
-rw-r--r-- | databases/postgresql-libpqxx3/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/postgresql-libpqxx3/Makefile b/databases/postgresql-libpqxx3/Makefile index 1715e85eec73..33ef720128d3 100644 --- a/databases/postgresql-libpqxx3/Makefile +++ b/databases/postgresql-libpqxx3/Makefile @@ -25,4 +25,5 @@ CONFIGURE_ARGS= --with-postgres=${LOCALBASE} \ --enable-shared \ --with-postgres-include=${LOCALBASE}/include/postgresql +NO_STAGE= yes .include <bsd.port.mk> |