diff options
Diffstat (limited to 'graphics/frontline/Makefile')
-rw-r--r-- | graphics/frontline/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/graphics/frontline/Makefile b/graphics/frontline/Makefile index 233f98c477b0..8aff378fadc6 100644 --- a/graphics/frontline/Makefile +++ b/graphics/frontline/Makefile @@ -24,8 +24,4 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-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> |