Register CONFLICTS between libmtp and libosmo-sccp
Differential Revision: https://reviews.freebsd.org/D1947 PR: 197948 Reviewed by: marino, pi Approved by: Nikola Kolev <koue@chaosophia.net> (maintainer)
This commit is contained in:
parent
e1c8db4c82
commit
e5b0526d66
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=379764
2 changed files with 4 additions and 0 deletions
|
@ -15,6 +15,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
|||
|
||||
LIB_DEPENDS= libosmocore.so:${PORTSDIR}/devel/libosmocore
|
||||
|
||||
CONFLICTS_INSTALL=libmtp-[0-9]* # lib/libmtp.a
|
||||
|
||||
USES= autoreconf gmake pathfix pkgconfig
|
||||
PATHFIX_MAKEFILEIN=Makefile.am
|
||||
GNU_CONFIGURE= yes
|
||||
|
|
|
@ -12,6 +12,8 @@ COMMENT= Media Transfer Protocol (MTP) library
|
|||
|
||||
LICENSE= LGPL21 # or any later version
|
||||
|
||||
CONFLICTS_INSTALL=libosmo-sccp-[0-9]* # lib/libmtp.a
|
||||
|
||||
OPTIONS_DEFINE= MTPZ
|
||||
OPTIONS_DEFAULT= MTPZ
|
||||
MTPZ_DESC= Enable functionality to connect to MTPZ devices
|
||||
|
|
Loading…
Reference in a new issue