diff options
-rw-r--r-- | devel/py-omniorb/Makefile | 2 | ||||
-rw-r--r-- | devel/py-orbit/Makefile | 2 | ||||
-rw-r--r-- | devel/py-orbit2/Makefile | 2 |
3 files changed, 6 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} diff --git a/devel/py-orbit/Makefile b/devel/py-orbit/Makefile index 8baf87cb0f3f..82dc1e8b8112 100644 --- a/devel/py-orbit/Makefile +++ b/devel/py-orbit/Makefile @@ -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 diff --git a/devel/py-orbit2/Makefile b/devel/py-orbit2/Makefile index a5896f6b9a1b..91a40f104110 100644 --- a/devel/py-orbit2/Makefile +++ b/devel/py-orbit2/Makefile @@ -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 |