summaryrefslogtreecommitdiff
path: root/databases/postgresql-libpqxx3/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/postgresql-libpqxx3/Makefile')
-rw-r--r--databases/postgresql-libpqxx3/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/databases/postgresql-libpqxx3/Makefile b/databases/postgresql-libpqxx3/Makefile
index 33ef720128d3..1191220378cf 100644
--- a/databases/postgresql-libpqxx3/Makefile
+++ b/databases/postgresql-libpqxx3/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= libpqxx
-PORTVERSION= 3.1
+PORTVERSION= 3.1.1
CATEGORIES= databases
MASTER_SITES= http://pqxx.org/download/software/${PORTNAME}/
PKGNAMEPREFIX= postgresql-
@@ -20,10 +20,11 @@ USES= gmake pkgconfig
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
PLIST_SUB= PORTVERSION=${PORTVERSION}
+USE_PYTHON_BUILD= yes
+USES=shebangfix
+SHEBANG_FILES= tools/splitconfig
-CONFIGURE_ARGS= --with-postgres=${LOCALBASE} \
- --enable-shared \
- --with-postgres-include=${LOCALBASE}/include/postgresql
+CONFIGURE_ARGS= --enable-shared
NO_STAGE= yes
.include <bsd.port.mk>