diff options
author | sf <sf@FreeBSD.org> | 2003-07-14 10:37:14 +0800 |
---|---|---|
committer | sf <sf@FreeBSD.org> | 2003-07-14 10:37:14 +0800 |
commit | 3149dc0d58d1b7ba40cf70fe81faae8c0b8ae014 (patch) | |
tree | 1c49e89f7156a8f7597399e9b21c0cd66c0e5741 /net | |
parent | 8d25f0ae00727ed75d798f65fbe918af4365a684 (diff) | |
download | freebsd-ports-gnome-3149dc0d58d1b7ba40cf70fe81faae8c0b8ae014.tar.gz freebsd-ports-gnome-3149dc0d58d1b7ba40cf70fe81faae8c0b8ae014.tar.zst freebsd-ports-gnome-3149dc0d58d1b7ba40cf70fe81faae8c0b8ae014.zip |
get rid of libgnugetopt dependency.
This port links libcext_bsd.a which includes NetBSD derived getopt_long().
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 |