diff options
Diffstat (limited to 'net/gnunet/Makefile')
-rw-r--r-- | net/gnunet/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/gnunet/Makefile b/net/gnunet/Makefile index 4a23075ba739..33475dc634fb 100644 --- a/net/gnunet/Makefile +++ b/net/gnunet/Makefile @@ -7,8 +7,7 @@ # PORTNAME= gnunet -PORTVERSION= 0.5.5 -PORTREVISION= 1 +PORTVERSION= 0.6.0 CATEGORIES= net MASTER_SITES= http://www.ovmj.org/GNUnet/download/ \ ${MASTER_SITE_GNU} @@ -93,8 +92,9 @@ pre-everything:: @${ECHO_MSG} "" post-patch: + @{FIND} ${WRKSRC} -name configure | ${XARGS} \ @${REINPLACE_CMD} -e \ 's|-pthread [\$$]CFLAGS|${PTHREAD_CFLAGS} \$$CFLAGS|g ; \ - s|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure + s|-lpthread|${PTHREAD_LIBS}|g' .include <bsd.port.mk> |