summaryrefslogtreecommitdiff
path: root/databases/postgresql95-client
diff options
context:
space:
mode:
authorfhajny <fhajny@pkgsrc.org>2017-11-10 14:47:41 +0000
committerfhajny <fhajny@pkgsrc.org>2017-11-10 14:47:41 +0000
commit391a158fd1dfa4174fda64881682717c5523c9c6 (patch)
tree7658334b95e417c8a81026469b20567705b9d774 /databases/postgresql95-client
parent14827bee44377938a3e6592143af0016226ff1e5 (diff)
downloadpkgsrc-391a158fd1dfa4174fda64881682717c5523c9c6.tar.gz
Make sure the --as-needed linker arg does not leak into the pgxs Makefiles
on Darwin and SunOS where it's not supported. Bump PKGREVISION on *-client.
Diffstat (limited to 'databases/postgresql95-client')
-rw-r--r--databases/postgresql95-client/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/postgresql95-client/Makefile b/databases/postgresql95-client/Makefile
index 0158d78695d..d5b1cb53296 100644
--- a/databases/postgresql95-client/Makefile
+++ b/databases/postgresql95-client/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2017/08/13 19:25:18 adam Exp $
+# $NetBSD: Makefile,v 1.6 2017/11/10 14:47:42 fhajny Exp $
PKGNAME= ${DISTNAME:C/-/95-client-/}
+PKGREVISION= 1
COMMENT= PostgreSQL database client programs
.include "../../databases/postgresql95/Makefile.common"