diff options
Diffstat (limited to 'devel/libosmo-abis/Makefile')
-rw-r--r-- | devel/libosmo-abis/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libosmo-abis/Makefile b/devel/libosmo-abis/Makefile index 42435563e695..401292061ca9 100644 --- a/devel/libosmo-abis/Makefile +++ b/devel/libosmo-abis/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= libosmo-abis -PORTVERSION= 0.3.2 -PORTREVISION= 2 +PORTVERSION= 0.4.0 CATEGORIES= devel MASTER_SITES= http://git.osmocom.org/libosmo-abis/snapshot/ \ http://chaosophia.net/downloads/osmocom/${PORTNAME}/ @@ -14,6 +13,7 @@ LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libosmocore.so:devel/libosmocore \ + libtalloc.so:devel/talloc \ libortp.so:net/ortp USES= autoreconf gmake libtool pathfix pkgconfig |