diff options
Diffstat (limited to 'korean/gtkcomm')
-rw-r--r-- | korean/gtkcomm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/korean/gtkcomm/Makefile b/korean/gtkcomm/Makefile index 44ef674865e5..bc919a3de550 100644 --- a/korean/gtkcomm/Makefile +++ b/korean/gtkcomm/Makefile @@ -19,7 +19,7 @@ USE_IMLIB= yes GNU_CONFIGURE= yes pre-patch: - @${PERL} -pi -e 's^-l(pthread|c_r)^-pthread^g ; \ + @${PERL} -pi -e 's^-l(pthread|c_r)^${PTHREAD_LIBS}^g ; \ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure .include <bsd.port.mk> |