diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2003-01-02 10:10:55 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2003-01-02 10:10:55 +0000 |
commit | 4c5df29a8c5915556a216a63e5bb0fec53e3cb54 (patch) | |
tree | 1791958ac25089895812ae57015a2b54c10ee57d /net/libosip/Makefile | |
parent | 0e3971c3c7f104329771c6b4d46e4bb38968514a (diff) |
Notes
Diffstat (limited to 'net/libosip/Makefile')
-rw-r--r-- | net/libosip/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/libosip/Makefile b/net/libosip/Makefile index 81ccf23720a5..4072661d60a8 100644 --- a/net/libosip/Makefile +++ b/net/libosip/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 |