diff options
Diffstat (limited to 'net/libosip2/Makefile')
-rw-r--r-- | net/libosip2/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/libosip2/Makefile b/net/libosip2/Makefile index 81ccf23720a5..4072661d60a8 100644 --- a/net/libosip2/Makefile +++ b/net/libosip2/Makefile @@ -7,8 +7,7 @@ # PORTNAME= libosip -PORTVERSION= 0.8.9 -PORTREVISION= 1 +PORTVERSION= 0.9.2 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= osip @@ -20,6 +19,8 @@ USE_LIBTOOL= yes LIBTOOLFLAGS= --disable-ltlibs --release-ignore INSTALLS_SHLIB= yes +MAN1= osip.1 + post-patch: @${REINPLACE_CMD} -e "s|-lpthread|${PTHREAD_LIBS}|g" ${WRKSRC}/configure |