diff options
-rw-r--r-- | sysutils/gkrellm2/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/gkrellm2/Makefile b/sysutils/gkrellm2/Makefile index bf0f473fef4e..00acf2ce90f2 100644 --- a/sysutils/gkrellm2/Makefile +++ b/sysutils/gkrellm2/Makefile @@ -95,6 +95,8 @@ post-patch: -e 's/INSTALLROOT/SINSTALLROOT/g' \ -e 's/PKGCONFIGDIR/SPKGCONFIGDIR/g' \ ${WRKSRC}/server/Makefile + @${REINPLACE_CMD} -e 's/gthread-2.0/gmodule-2.0 gthread-2.0/g' \ + ${WRKSRC}/src/Makefile post-install: .if ${PORT_OPTIONS:MGKRELLM_CLIENT} |