summaryrefslogtreecommitdiff
path: root/www/screem-devel
diff options
context:
space:
mode:
Diffstat (limited to 'www/screem-devel')
-rw-r--r--www/screem-devel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/screem-devel/Makefile b/www/screem-devel/Makefile
index 51fa9d9fc26c..f1a4460143cc 100644
--- a/www/screem-devel/Makefile
+++ b/www/screem-devel/Makefile
@@ -30,7 +30,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
CONFIGURE_ARGS= --with-gnomevfs
pre-patch:
- @${PERL} -pi -e 's|-lpthread|-pthread|g ; \
+ @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
@find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
's|\@GNOME_DATA_PREFIX\@|\$$\(datadir\)|g ; \