diff options
Diffstat (limited to 'games/clanbomber/Makefile')
-rw-r--r-- | games/clanbomber/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/clanbomber/Makefile b/games/clanbomber/Makefile index 3380b73..7089a21 100644 --- a/games/clanbomber/Makefile +++ b/games/clanbomber/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= clanCore.0:${PORTSDIR}/devel/clanlib USE_XLIB= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= LIBS="-pthread -L${LOCALBASE}/lib" \ +CONFIGURE_ENV= LIBS="${PTHREAD_LIBS} -L${LOCALBASE}/lib" \ CPPFLAGS="-I${LOCALBASE}/include" CFLAGS+= -fpermissive |