diff options
Diffstat (limited to 'games/pengupop/Makefile')
-rw-r--r-- | games/pengupop/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/pengupop/Makefile b/games/pengupop/Makefile index 2194cf9a3527..f76ae274bb77 100644 --- a/games/pengupop/Makefile +++ b/games/pengupop/Makefile @@ -15,7 +15,7 @@ GNU_CONFIGURE= yes USES= gmake USE_SDL= sdl CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} +LDFLAGS+= -L${LOCALBASE}/lib -pthread PLIST_FILES= bin/pengupop |