diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/b2bua/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/net/b2bua/Makefile b/net/b2bua/Makefile index 2bb9cf1ccebb..3e8adf1bba13 100644 --- a/net/b2bua/Makefile +++ b/net/b2bua/Makefile @@ -7,6 +7,7 @@ PORTNAME= b2bua PORTVERSION= 1.5.0 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://www.vovida.org/downloads/sip/${PORTVERSION}/ DISTNAME= sip-${PORTVERSION} @@ -23,11 +24,6 @@ MAKE_ENV= PTHREAD_LDFLAGS="${PTHREAD_LIBS}" \ PTHREAD_LIBNAME="${PTHREAD_LIBNAME}" \ VOCAL_USE_SYSTEM_LIBXML=true -.if !exists(/usr/include/getopt.h) -LIB_DEPENDS+= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt -PTHREAD_LIBNAME+= gnugetopt -.endif - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/sip/b2b/bin.nodebug.FreeBSD.i386/b2bua \ ${PREFIX}/bin |