diff options
Diffstat (limited to 'games/gnomoku/Makefile')
-rw-r--r-- | games/gnomoku/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/games/gnomoku/Makefile b/games/gnomoku/Makefile index 1e527020c5e4..bdf2a7e7d45f 100644 --- a/games/gnomoku/Makefile +++ b/games/gnomoku/Makefile @@ -23,8 +23,4 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-fpermissive -I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" -post-patch: - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ - s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure - .include <bsd.port.mk> |