summaryrefslogtreecommitdiff
path: root/textproc/estraier/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/estraier/Makefile')
-rw-r--r--textproc/estraier/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/textproc/estraier/Makefile b/textproc/estraier/Makefile
index 026a47911b5a..518995fa1eec 100644
--- a/textproc/estraier/Makefile
+++ b/textproc/estraier/Makefile
@@ -23,8 +23,8 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-sysqdbm \
--enable-dlfilter \
--enable-devel
-CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
-LDFLAGS+= -L${LOCALBASE}/include ${PTHREAD_LIBS}
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -lpthread -L${LOCALBASE}/include
CHASEN_LIB_DEPENDS= libchasen.so:${PORTSDIR}/japanese/chasen-base
CHASEN_CONFIGURE_ENABLE= chasen
@@ -46,8 +46,8 @@ post-patch:
's|-O2|@CFLAGS@|g ; \
s|HOME|LOCALBASE|g ; \
s|:/usr/local/lib||g ; \
- s|-I/usr/local/include|${PTHREAD_CFLAGS}|g ; \
- s|-L/usr/local/lib|${PTHREAD_LIBS}|g' ${WRKSRC}/Makefile.in
+ s|-I/usr/local/include||g ; \
+ s|-L/usr/local/lib|-lpthread|g' ${WRKSRC}/Makefile.in
post-install:
.for file in estindex estmbtomh estserver estsiutil estxview