diff options
Diffstat (limited to 'net/libosip2/Makefile')
-rw-r--r-- | net/libosip2/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net/libosip2/Makefile b/net/libosip2/Makefile index c8fbb8e75460..84141e41b638 100644 --- a/net/libosip2/Makefile +++ b/net/libosip2/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= libosip2 -PORTVERSION= 5.0.0 -PORTREVISION= 1 +PORTVERSION= 5.1.0 CATEGORIES= net MASTER_SITES= GNU/osip @@ -11,12 +10,13 @@ COMMENT= Low layer of SIP implementation LICENSE= LGPL21 -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-debug --disable-trace -INSTALL_TARGET= install-strip USES= libtool pathfix pkgconfig USE_LDCONFIG= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --disable-trace +INSTALL_TARGET= install-strip + post-patch: @${REINPLACE_CMD} -e "/^SUBDIRS/s| help | |g" ${WRKSRC}/Makefile.in |