Mark py-omniorb, py-orbit, and py-orbit2 as being mutuallly exclusive.
PR: ports/60019 Submitted by: Patrick Hartling <patrick@137.org> Reviewed by: Joe Marcus Clarke <marcus@marcuscom.com> (py-orbit2), Sergey Matveychuk <sem@ciam.ru> (py-omniorb)
This commit is contained in:
parent
8691b0c2d8
commit
055b8e6df0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=96541
@ -22,6 +22,8 @@ RUN_DEPENDS= omniidl:${PORTSDIR}/devel/omniORB
|
||||
# see also the "post-extract" target below.
|
||||
BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/devel/omniORB:patch
|
||||
|
||||
CONFLICTS= py*-orbit-*
|
||||
|
||||
CONFIGURE_WRKSRC= ${WRKSRC}/build
|
||||
BUILD_WRKSRC= ${CONFIGURE_WRKSRC}
|
||||
INSTALL_WRKSRC= ${CONFIGURE_WRKSRC}
|
||||
|
@ -18,6 +18,8 @@ COMMENT= Python bindings for ORBit, a CORBA 2.2-compliant ORB
|
||||
|
||||
LIB_DEPENDS= ORBit.2:${PORTSDIR}/devel/ORBit
|
||||
|
||||
CONFLICTS= py*-omniorb* py*-orbit-2*
|
||||
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= glib12
|
||||
GNU_CONFIGURE= yes
|
||||
|
@ -16,6 +16,8 @@ DIST_SUBDIR= gnome2
|
||||
MAINTAINER= gnome@FreeBSD.org
|
||||
COMMENT= Python bindings for ORBit2
|
||||
|
||||
CONFLICTS= py*-omniorb* py*-orbit-0*
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= gnomehack orbit2
|
||||
|
Loading…
Reference in New Issue
Block a user