aboutsummaryrefslogtreecommitdiff
path: root/databases/postgresql93-contrib
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2015-03-25 09:33:52 +0000
committerJohn Marino <marino@FreeBSD.org>2015-03-25 09:33:52 +0000
commit8f3cf904a9acabd2f42b99039c6234450b3ad36d (patch)
tree235f4a8881bffb486680a8c5fd92b7ad67e64325 /databases/postgresql93-contrib
parentc55ac89dcdd6a84ca67f7888c69ebe78c1dac826 (diff)
downloadports-8f3cf904a9acabd2f42b99039c6234450b3ad36d.tar.gz
ports-8f3cf904a9acabd2f42b99039c6234450b3ad36d.zip
Notes
Diffstat (limited to 'databases/postgresql93-contrib')
-rw-r--r--databases/postgresql93-contrib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/postgresql93-contrib/Makefile b/databases/postgresql93-contrib/Makefile
index 605edd19a521..403a664f8f1d 100644
--- a/databases/postgresql93-contrib/Makefile
+++ b/databases/postgresql93-contrib/Makefile
@@ -21,7 +21,7 @@ INSTALL_DIRS= contrib
SLAVE_ONLY= yes
COMPONENT= -contrib
CONFIGURE_ARGS+=--with-libxslt --with-libxml --with-openssl --disable-nls
-LDFLAGS+= ${PTHREAD_LIBS} -L${PREFIX}/lib
+LDFLAGS+= -lpthread -L${PREFIX}/lib
post-install:
@- ${INSTALL_DATA} ${WRKSRC}/contrib/README ${STAGEDIR}${DOCSDIR}/extension/README