diff options
author | Lev A. Serebryakov <lev@FreeBSD.org> | 2003-07-11 08:45:49 +0000 |
---|---|---|
committer | Lev A. Serebryakov <lev@FreeBSD.org> | 2003-07-11 08:45:49 +0000 |
commit | 7dd763b4ca824925a52653b72510c8e6797c3e38 (patch) | |
tree | be59f83fe12e8f3094e8eb887d11111efd9f0695 /devel/omniORB/Makefile | |
parent | ed18cba0700c2ac32c86436e6c5a83bf93b2bb17 (diff) |
Notes
Diffstat (limited to 'devel/omniORB/Makefile')
-rw-r--r-- | devel/omniORB/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/omniORB/Makefile b/devel/omniORB/Makefile index 1acaa83fb70d..f07c4219b4d9 100644 --- a/devel/omniORB/Makefile +++ b/devel/omniORB/Makefile @@ -6,20 +6,20 @@ # PORTNAME= omniORB -PORTVERSION= 4.0.0 +PORTVERSION= 4.0.1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME:L} -MAINTAINER= ejc@FreeBSD.org +MAINTAINER= sem@ciam.ru COMMENT= A robust high performance CORBA ORB for C++ and Python CONFIGURE_WRKSRC= ${WRKSRC}/build BUILD_WRKSRC= ${CONFIGURE_WRKSRC} INSTALL_WRKSRC= ${CONFIGURE_WRKSRC} -USE_PYTHON= yes USE_GMAKE= yes GNU_CONFIGURE= yes +USE_PYTHON= yes INSTALLS_SHLIB= yes NO_FILTER_SHLIBS= yes MAKEFILE= GNUmakefile |