diff options
author | krion <krion@FreeBSD.org> | 2004-05-29 02:36:29 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-05-29 02:36:29 +0800 |
commit | c068ddf406b088de5bbad2b80025e31d0232af5b (patch) | |
tree | 3f37cb6a0069a062b3c07663366cfa89f9157424 /net/libosip2/Makefile | |
parent | 5393138c142e17f31b4fd59ef048090d220d3238 (diff) | |
download | freebsd-ports-graphics-c068ddf406b088de5bbad2b80025e31d0232af5b.tar.gz freebsd-ports-graphics-c068ddf406b088de5bbad2b80025e31d0232af5b.tar.zst freebsd-ports-graphics-c068ddf406b088de5bbad2b80025e31d0232af5b.zip |
- Update to version 2.0.7
PR: ports/67295
Submitted by: Ports Fury
Diffstat (limited to 'net/libosip2/Makefile')
-rw-r--r-- | net/libosip2/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net/libosip2/Makefile b/net/libosip2/Makefile index 831bf3c5ab3..95824484caf 100644 --- a/net/libosip2/Makefile +++ b/net/libosip2/Makefile @@ -7,16 +7,17 @@ # PORTNAME= libosip2 -PORTVERSION= 2.0.6 +PORTVERSION= 2.0.7 CATEGORIES= net -MASTER_SITES= http://osip.atosc.org/download/osip/ +MASTER_SITES= ${MASTER_SITE_GNU} +MASTER_SITE_SUBDIR= osip MAINTAINER= ports@FreeBSD.org COMMENT= A low layer of SIP implementation USE_GNOME= gnometarget lthack USE_REINPLACE= yes -USE_LIBTOOL_VER=13 +USE_LIBTOOL_VER= 13 LIBTOOLFLAGS= --disable-ltlibs --release-ignore CONFIGURE_ARGS= --disable-debug --disable-trace INSTALLS_SHLIB= yes |