diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2003-07-14 02:37:14 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2003-07-14 02:37:14 +0000 |
commit | 15af2655c11bf37de08e709924b4dbd5b3359cf3 (patch) | |
tree | 0ca5925cfa4050de85207a9bd2984540f93d11ca /net/b2bua | |
parent | get rid of libgnugetopt dependency. (diff) |
get rid of libgnugetopt dependency.
This port links libcext_bsd.a which includes NetBSD derived getopt_long().
Notes
Notes:
svn path=/head/; revision=84833
Diffstat (limited to 'net/b2bua')
-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 |