aboutsummaryrefslogtreecommitdiff
path: root/devel/allegro/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/allegro/Makefile')
-rw-r--r--devel/allegro/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/allegro/Makefile b/devel/allegro/Makefile
index 186028879cff..12936a260646 100644
--- a/devel/allegro/Makefile
+++ b/devel/allegro/Makefile
@@ -93,8 +93,7 @@ PLIST_SUB+= PROFILE="@comment "
.if ${PORT_OPTIONS:MTHREADS}
CONFIGURE_ARGS+=--enable-pthreads
-CPPFLAGS+= ${PTHREAD_CFLAGS} -DHAVE_LIBPTHREAD
-LDFLAGS+= ${PTHREAD_LIBS}
+CPPFLAGS+= -DHAVE_LIBPTHREAD
.else
CONFIGURE_ARGS+=--disable-pthreads
.endif