aboutsummaryrefslogtreecommitdiff
path: root/devel/omniORB/Makefile
diff options
context:
space:
mode:
authorJames E. Housley <jeh@FreeBSD.org>2000-11-28 12:02:33 +0000
committerJames E. Housley <jeh@FreeBSD.org>2000-11-28 12:02:33 +0000
commitdd42e50dd557db5466a3f67d7719d3cd3af048e0 (patch)
tree02f0f542bf2890d1d5df60f9b35d114ced011e3b /devel/omniORB/Makefile
parentd2d0ce0428928999e8ab54fd1c2b0499a02db2b0 (diff)
downloadports-dd42e50dd557db5466a3f67d7719d3cd3af048e0.tar.gz
ports-dd42e50dd557db5466a3f67d7719d3cd3af048e0.zip
Notes
Diffstat (limited to 'devel/omniORB/Makefile')
-rw-r--r--devel/omniORB/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/devel/omniORB/Makefile b/devel/omniORB/Makefile
index eb0edfaa14ea..94817724b841 100644
--- a/devel/omniORB/Makefile
+++ b/devel/omniORB/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= omniORB
-PORTVERSION= 3.0.1
+PORTVERSION= 3.0.2
CATEGORIES= devel
MASTER_SITES= ftp://ftp.orl.co.uk/pub/omniORB/omniORB3/
DISTNAME= ${PORTNAME}_${PORTVERSION:S/.//g}
@@ -18,9 +18,6 @@ MAN1= catior.1 genior.1 nameclt.1 obuildtree.1 ols.1 omake.1 \
WRKSRC= ${WRKDIR}/omni/src
-BUILD_DEPENDS= python1.5:${PORTSDIR}/lang/python15
-RUN_DEPENDS= python1.5:${PORTSDIR}/lang/python15
-
USE_PYTHON= yes
USE_NEWGCC= yes
USE_GMAKE= yes
@@ -73,7 +70,7 @@ do-install:
${MKDIR} ${PREFIX}/share/doc/omniORB
${INSTALL_DATA} ${WRKSRC}/../README.unix ${PREFIX}/share/doc/omniORB
${INSTALL_DATA} ${WRKSRC}/../README.FreeBSD ${PREFIX}/share/doc/omniORB
- ${INSTALL_DATA} ${WRKSRC}/../ReleaseNote_omniORB_301 ${PREFIX}/share/doc/omniORB
+ ${INSTALL_DATA} ${WRKSRC}/../ReleaseNote_omniORB_302 ${PREFIX}/share/doc/omniORB
cd ${WRKSRC}/../doc && \
find . |cpio -pdum -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/share/doc/omniORB
.endif