From 61b3ec41852b1ac7162fe5232b06722a44f61978 Mon Sep 17 00:00:00 2001 From: marino Date: Tue, 24 Mar 2015 19:37:43 +0000 Subject: 3 ports categories: Remove $PTHREAD_LIBS Categories: editors, x11, x11-toolkits approved by: PTHREAD blanket --- editors/xmlcopyeditor/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'editors/xmlcopyeditor') diff --git a/editors/xmlcopyeditor/Makefile b/editors/xmlcopyeditor/Makefile index 9a9d6ef7aa03..ba565e971ae3 100644 --- a/editors/xmlcopyeditor/Makefile +++ b/editors/xmlcopyeditor/Makefile @@ -30,7 +30,7 @@ LIB_DEPENDS= libxerces-c.so.3:${PORTSDIR}/textproc/xerces-c3 \ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} CPPFLAGS+= -I${LOCALBASE}/include \ - -I${LOCALBASE}/include/libxml2 ${PTHREAD_CFLAGS} -LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} ${ICONV_LIB} + -I${LOCALBASE}/include/libxml2 +LDFLAGS+= -lpthread -L${LOCALBASE}/lib ${ICONV_LIB} .include -- cgit