diff options
Diffstat (limited to 'textproc/gtkspell2/Makefile')
-rw-r--r-- | textproc/gtkspell2/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/textproc/gtkspell2/Makefile b/textproc/gtkspell2/Makefile index 0a95c2120b4d..4a81eca7962f 100644 --- a/textproc/gtkspell2/Makefile +++ b/textproc/gtkspell2/Makefile @@ -25,8 +25,4 @@ INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-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> |