diff options
Diffstat (limited to 'www/litmus/Makefile')
-rw-r--r-- | www/litmus/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/litmus/Makefile b/www/litmus/Makefile index b52406f7b6b2..177bf2599e31 100644 --- a/www/litmus/Makefile +++ b/www/litmus/Makefile @@ -18,7 +18,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-ssl --with-neon=${LOCALBASE} post-patch: - @${REINPLACE_CMD} -e 's|25 26 27 28 29|& 30 31 32|g' \ + @${REINPLACE_CMD} -e 's|25 26 27 28 29|& 30 31 32 34|g' \ ${WRKSRC}/configure .include <bsd.port.mk> |