diff options
Diffstat (limited to 'net/siproxd/Makefile')
-rw-r--r-- | net/siproxd/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/net/siproxd/Makefile b/net/siproxd/Makefile index 58e678487a26..6c0894a1dfc4 100644 --- a/net/siproxd/Makefile +++ b/net/siproxd/Makefile @@ -6,18 +6,16 @@ # PORTNAME= siproxd -PORTVERSION= 0.6.0 +PORTVERSION= 0.7.0 CATEGORIES= net -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= siproxd +MASTER_SITES= SF MAINTAINER= frank@dynamical-systems.org COMMENT= A proxy/masquerading daemon for the SIP protocol -LIB_DEPENDS= osip2.3:${PORTSDIR}/net/libosip2 +LIB_DEPENDS= osip2.4:${PORTSDIR}/net/libosip USE_GCC= 3.2+ -USE_GETOPT_LONG=yes USE_RC_SUBR= siproxd.sh GNU_CONFIGURE= yes CONFIGURE_TARGET= --with-libosip-prefix=${PREFIX} |