diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2003-12-24 16:34:45 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2003-12-24 16:34:45 +0000 |
commit | 055b8e6df0d6867352b195c58df0a2409576723f (patch) | |
tree | 357cc41356e6cf71b12d19e683287583dcccd731 /devel/py-omniorb | |
parent | - Depend on converters/tnef instead of installing own copy of it [1] (diff) |
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)
Diffstat (limited to 'devel/py-omniorb')
-rw-r--r-- | devel/py-omniorb/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/py-omniorb/Makefile b/devel/py-omniorb/Makefile index c84f643daba9..ca21c5eb2d26 100644 --- a/devel/py-omniorb/Makefile +++ b/devel/py-omniorb/Makefile @@ -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} |