diff --git a/net/b2bua/Makefile b/net/b2bua/Makefile index 97629143267a..2a64e226aa6f 100644 --- a/net/b2bua/Makefile +++ b/net/b2bua/Makefile @@ -18,18 +18,13 @@ COMMENT= A back-to-back (B2B) SIP user agent LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 USE_GMAKE= yes +USE_GETOPT_LONG= yes ALL_TARGET= b2bua CFLAGS+= -Wno-deprecated MAKE_ENV= PTHREAD_LDFLAGS="${PTHREAD_LIBS}" \ PTHREAD_LIBNAME="${PTHREAD_LIBNAME}" \ VOCAL_USE_SYSTEM_LIBXML=true -.include - -.if ${OSVERSION} < 500000 -BROKEN= "Does not compile on 4.x" -.endif - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/sip/b2b/bin.nodebug.FreeBSD.${MACHINE_ARCH}/b2bua \ ${PREFIX}/bin @@ -40,4 +35,4 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/sip/b2b/b2bConfig.xml \ ${PREFIX}/etc/b2bConfig.xml.sample -.include +.include