aboutsummaryrefslogtreecommitdiff
path: root/devel/py-omniorb/Makefile
diff options
context:
space:
mode:
authorAlexander Kabaev <kan@FreeBSD.org>2003-05-07 03:04:30 +0000
committerAlexander Kabaev <kan@FreeBSD.org>2003-05-07 03:04:30 +0000
commit349208b4a44506ba4aeb7a4df7f6991152dbccb3 (patch)
treeb3fe58052f3bb795194143fbd0fd8021211aa3ad /devel/py-omniorb/Makefile
parenta35ed2c4c47545f8054b70f69526900657b6cb3b (diff)
downloadports-349208b4a44506ba4aeb7a4df7f6991152dbccb3.tar.gz
ports-349208b4a44506ba4aeb7a4df7f6991152dbccb3.zip
Notes
Diffstat (limited to 'devel/py-omniorb/Makefile')
-rw-r--r--devel/py-omniorb/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/py-omniorb/Makefile b/devel/py-omniorb/Makefile
index 5eeb11952c6f..1599fae2600a 100644
--- a/devel/py-omniorb/Makefile
+++ b/devel/py-omniorb/Makefile
@@ -16,8 +16,6 @@ DISTNAME= omniORBpy-${PORTVERSION}
MAINTAINER= ak03@gte.com
COMMENT= Python bindings for omniORB4, a CORBA 2.6 ORB
-BROKEN= "Does not compile"
-
LIB_DEPENDS= omniORB4.0:${PORTSDIR}/devel/omniORB
RUN_DEPENDS= omniidl:${PORTSDIR}/devel/omniORB
# parts of omniORB4 source tree is required to build omniORBpy;
@@ -45,7 +43,7 @@ MODULEDIRS= CosNaming CosNaming__POA omniORB
DOCDIR= ${PREFIX}/share/doc/omniORBpy
EGDIR= ${PREFIX}/share/examples/omniORBpy
-post-extract:
+pre-configure:
@ ${MKDIR} ${CONFIGURE_WRKSRC}
@ cd ${OMNIORB_WRKSRC} && find idl | ${CPIO} ${WRKSRC}