aboutsummaryrefslogtreecommitdiff
path: root/deskutils/xchm
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2015-03-24 16:01:21 +0000
committerJohn Marino <marino@FreeBSD.org>2015-03-24 16:01:21 +0000
commit64ee7e63bfb854b5a2ad27340022112bb00cf3cb (patch)
tree39257fd28dbfaa680ec8b78183dbd71aec1e6369 /deskutils/xchm
parent740492a5df48081d7ec557780415a51ced7fb86a (diff)
downloadports-64ee7e63bfb854b5a2ad27340022112bb00cf3cb.tar.gz
ports-64ee7e63bfb854b5a2ad27340022112bb00cf3cb.zip
6 ports categories: Remove $PTHREAD_LIBS
Categories: cad, devel, java, x11-fm, biology, deskutils approved by: PTHREAD blanket
Notes
Notes: svn path=/head/; revision=382111
Diffstat (limited to 'deskutils/xchm')
-rw-r--r--deskutils/xchm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/deskutils/xchm/Makefile b/deskutils/xchm/Makefile
index 8468e0bdbedb..a3f86465d3ad 100644
--- a/deskutils/xchm/Makefile
+++ b/deskutils/xchm/Makefile
@@ -22,7 +22,7 @@ GNU_CONFIGURE= yes
USE_WX= 2.8+
WX_UNICODE= yes
WX_CONF_ARGS= absolute
-LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
+LDFLAGS+= -lpthread -L${LOCALBASE}/lib
CPPFLAGS+= -I${LOCALBASE}/include
.include <bsd.port.mk>