aboutsummaryrefslogtreecommitdiffstats
path: root/www/retawq/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/retawq/Makefile')
-rw-r--r--www/retawq/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/retawq/Makefile b/www/retawq/Makefile
index 075196d1c16d..7a8c2545f814 100644
--- a/www/retawq/Makefile
+++ b/www/retawq/Makefile
@@ -28,8 +28,8 @@ PLIST_FILES= bin/retawq \
share/locale/pt_BR/LC_MESSAGES/retawq.mo
PORTDOCS= *
-CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
-LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib -pthread
.if defined(WITH_GNUTLS)
LIB_DEPENDS+= gnutls.26:${PORTSDIR}/security/gnutls