aboutsummaryrefslogtreecommitdiffstats
path: root/editors/xmlcopyeditor
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2015-03-25 03:37:43 +0800
committermarino <marino@FreeBSD.org>2015-03-25 03:37:43 +0800
commit61b3ec41852b1ac7162fe5232b06722a44f61978 (patch)
treea4ccf69d55299b5301757b9646b86e3cfed1e46e /editors/xmlcopyeditor
parent35046dbb75789b39e6b750f883a667ea02f6db21 (diff)
downloadfreebsd-ports-gnome-61b3ec41852b1ac7162fe5232b06722a44f61978.tar.gz
freebsd-ports-gnome-61b3ec41852b1ac7162fe5232b06722a44f61978.tar.zst
freebsd-ports-gnome-61b3ec41852b1ac7162fe5232b06722a44f61978.zip
3 ports categories: Remove $PTHREAD_LIBS
Categories: editors, x11, x11-toolkits approved by: PTHREAD blanket
Diffstat (limited to 'editors/xmlcopyeditor')
-rw-r--r--editors/xmlcopyeditor/Makefile4
1 files changed, 2 insertions, 2 deletions
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 <bsd.port.mk>