diff options
Diffstat (limited to 'accessibility/gnomespeech/Makefile')
-rw-r--r-- | accessibility/gnomespeech/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/accessibility/gnomespeech/Makefile b/accessibility/gnomespeech/Makefile index ee57b5753..34d380409 100644 --- a/accessibility/gnomespeech/Makefile +++ b/accessibility/gnomespeech/Makefile @@ -39,8 +39,4 @@ RUN_DEPENDS= festival:${PORTSDIR}/audio/festival pre-build: @cd ${WRKSRC}/gnome-speech && ${GMAKE} clean -post-patch: - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ - s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure - .include <bsd.port.post.mk> |