diff options
author | Dennis Herrmann <dhn@FreeBSD.org> | 2011-01-05 20:17:52 +0000 |
---|---|---|
committer | Dennis Herrmann <dhn@FreeBSD.org> | 2011-01-05 20:17:52 +0000 |
commit | 07677932901133eeed6dec791e2870a5b8862929 (patch) | |
tree | efb48aaaa3b35e2f0f9fe3e8d5e534684917f3d3 /net/siproxd | |
parent | 87dbeeea1ce9de937727cdc1a98c5e11a88def75 (diff) | |
download | ports-07677932901133eeed6dec791e2870a5b8862929.tar.gz ports-07677932901133eeed6dec791e2870a5b8862929.zip |
Notes
Diffstat (limited to 'net/siproxd')
-rw-r--r-- | net/siproxd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/siproxd/Makefile b/net/siproxd/Makefile index b9f852317c01..5a800d94b0b9 100644 --- a/net/siproxd/Makefile +++ b/net/siproxd/Makefile @@ -7,13 +7,14 @@ PORTNAME= siproxd PORTVERSION= 0.7.2 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= SF MAINTAINER= frank@dynamical-systems.org COMMENT= A proxy/masquerading daemon for the SIP protocol -LIB_DEPENDS= osip2.6:${PORTSDIR}/net/libosip +LIB_DEPENDS= osip2.8:${PORTSDIR}/net/libosip USE_RC_SUBR= siproxd.sh GNU_CONFIGURE= yes |