diff options
author | pav <pav@FreeBSD.org> | 2005-04-05 05:41:11 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-04-05 05:41:11 +0800 |
commit | 004178b3a916448365c74c67a0e7007f6ec35082 (patch) | |
tree | c39c38ea1c0c4db72eadec2da4ccacc9682fe255 /net | |
parent | 03ea7665a838df4885229634f8d5f9957a4c927e (diff) | |
download | freebsd-ports-gnome-004178b3a916448365c74c67a0e7007f6ec35082.tar.gz freebsd-ports-gnome-004178b3a916448365c74c67a0e7007f6ec35082.tar.zst freebsd-ports-gnome-004178b3a916448365c74c67a0e7007f6ec35082.zip |
- Chase libosip shlib bump
Diffstat (limited to 'net')
-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 b58a59d38c1c..80b78b7590db 100644 --- a/net/siproxd/Makefile +++ b/net/siproxd/Makefile @@ -7,6 +7,7 @@ PORTNAME= siproxd PORTVERSION= 0.5.9 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= siproxd @@ -14,7 +15,7 @@ MASTER_SITE_SUBDIR= siproxd MAINTAINER= frank@dynamical-systems.org COMMENT= A proxy/masquerading daemon for the SIP protocol -LIB_DEPENDS= osip2.2:${PORTSDIR}/net/libosip2 +LIB_DEPENDS= osip2.3:${PORTSDIR}/net/libosip2 USE_REINPLACE= yes USE_GETOPT_LONG=yes |