summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2022-04-17 05:25:35 +0000
committerwiz <wiz@pkgsrc.org>2022-04-17 05:25:35 +0000
commitfc271dd21f23dd4ba377f1391fa24b0a6f6bc5d4 (patch)
tree235953d3d650fa9c78c7846b74c89e181e3bea7e /net
parent4e5ae73161a97f9b7db750e15d527f2f78030199 (diff)
downloadpkgsrc-fc271dd21f23dd4ba377f1391fa24b0a6f6bc5d4.tar.gz
libexosip: fix libosip dependency
Diffstat (limited to 'net')
-rw-r--r--net/libexosip/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/net/libexosip/Makefile b/net/libexosip/Makefile
index 4ff3e4c1e14..e09e66d717a 100644
--- a/net/libexosip/Makefile
+++ b/net/libexosip/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2022/04/15 12:43:32 schwarz Exp $
+# $NetBSD: Makefile,v 1.10 2022/04/17 05:25:35 wiz Exp $
DISTNAME= libexosip2-5.3.0
PKGNAME= ${DISTNAME:S/exosip/eXosip/1}
@@ -10,8 +10,6 @@ HOMEPAGE= https://savannah.nongnu.org/projects/exosip
COMMENT= The Extended Open SIP library
LICENSE= gnu-gpl-v2
-DEPENDS+= libexosip>=${PKGVERSION_NOREV}:../../devel/libosip
-
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
@@ -22,6 +20,7 @@ LIBS.Darwin+= -framework CoreServices -framework Security
.include "options.mk"
.include "../../net/libcares/buildlink3.mk"
+BUILDLINK_API_DEPENDS.libosip2+= libosip2>=${PKGVERSION_NOREV}
.include "../../devel/libosip/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"