aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkan <kan@FreeBSD.org>2003-05-07 11:04:30 +0800
committerkan <kan@FreeBSD.org>2003-05-07 11:04:30 +0800
commit5bf77eed9477fdc8f15a92272fcbe910f952540e (patch)
treed12d71ec25167017d9cfb747e2d9bd9cdf182918
parentfc86aaa2feb9270dc04cf9fd9b782da3527bb0d8 (diff)
downloadfreebsd-ports-gnome-5bf77eed9477fdc8f15a92272fcbe910f952540e.tar.gz
freebsd-ports-gnome-5bf77eed9477fdc8f15a92272fcbe910f952540e.tar.zst
freebsd-ports-gnome-5bf77eed9477fdc8f15a92272fcbe910f952540e.zip
Unbreak after bsd.port.mk rev. 1.441 change.
-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}