summaryrefslogtreecommitdiff
path: root/databases/postgresql-libpqxx/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/postgresql-libpqxx/Makefile')
-rw-r--r--databases/postgresql-libpqxx/Makefile13
1 files changed, 3 insertions, 10 deletions
diff --git a/databases/postgresql-libpqxx/Makefile b/databases/postgresql-libpqxx/Makefile
index 7168d1447ff5..1842fd53e8e3 100644
--- a/databases/postgresql-libpqxx/Makefile
+++ b/databases/postgresql-libpqxx/Makefile
@@ -3,6 +3,7 @@
PORTNAME= libpqxx
PORTVERSION= 4.0.1
+PORTREVISION= 1
CATEGORIES= databases
MASTER_SITES= http://pqxx.org/download/software/libpqxx/
PKGNAMEPREFIX= postgresql-
@@ -16,23 +17,15 @@ LICENSE= BSD3CLAUSE
CONFLICTS= postgresql-libpqxx-3.* postgresql-libpqxx3-3.*
PORTSCOUT= limit:^2\.
-USE_PGSQL= yes
USE_PYTHON_BUILD= yes
-USES= gmake shebangfix
+USES= gmake libtool pgsql shebangfix
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
-SOVERSION= 4
-PLIST_SUB= PORTVERSION=${PORTVERSION:R} \
- SOVERSION=${SOVERSION}
+PLIST_SUB= PORTVERSION=${PORTVERSION:R}
SHEBANG_FILES= ${WRKSRC}/tools/splitconfig
python_CMD= ${PYTHON_CMD}
CONFIGURE_ARGS= --enable-shared \
--disable-dependency-tracking
-post-install:
-# This is needed for ldconfig
- ${LN} -sf libpqxx-${PORTVERSION}.so \
- ${STAGEDIR}${PREFIX}/lib/libpqxx.so.${SOVERSION}
-
.include <bsd.port.mk>