pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/libexosip



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Apr 17 05:25:35 UTC 2022

Modified Files:
        pkgsrc/net/libexosip: Makefile

Log Message:
libexosip: fix libosip dependency


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/net/libexosip/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/libexosip/Makefile
diff -u pkgsrc/net/libexosip/Makefile:1.9 pkgsrc/net/libexosip/Makefile:1.10
--- pkgsrc/net/libexosip/Makefile:1.9   Fri Apr 15 12:43:32 2022
+++ pkgsrc/net/libexosip/Makefile       Sun Apr 17 05:25:35 2022
@@ -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/pr
 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 -f
 
 .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"



Home | Main Index | Thread Index | Old Index