diff options
Diffstat (limited to 'graphics/avidemux/Makefile')
-rw-r--r-- | graphics/avidemux/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/avidemux/Makefile b/graphics/avidemux/Makefile index 2d8b79bbf60e..40799eceac2f 100644 --- a/graphics/avidemux/Makefile +++ b/graphics/avidemux/Makefile @@ -35,6 +35,6 @@ CONFIGURE_ARGS= --with-xvid-as-decoder USE_GMAKE= yes post-patch: - @${REINPLACE_CMD} 's/-lpthread/${PTHREAD_LIBS}/g' ${WRKSRC}/configure + @${REINPLACE_CMD} 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure .include <bsd.port.mk> |