diff options
author | sem <sem@FreeBSD.org> | 2007-01-12 19:09:40 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2007-01-12 19:09:40 +0800 |
commit | 7f56b4299cc69b0c3fa1c755ec0e751a117b16bb (patch) | |
tree | 03b080df274b39aba7e65887f6b8d1aba8bccb61 /devel | |
parent | b36587f6bd93673abdc357e0c8b565fa69b031d0 (diff) | |
download | freebsd-ports-gnome-7f56b4299cc69b0c3fa1c755ec0e751a117b16bb.tar.gz freebsd-ports-gnome-7f56b4299cc69b0c3fa1c755ec0e751a117b16bb.tar.zst freebsd-ports-gnome-7f56b4299cc69b0c3fa1c755ec0e751a117b16bb.zip |
- Bump omniORB library version in depends
Reminded by: kris mail
Diffstat (limited to 'devel')
-rw-r--r-- | devel/omniNotify/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/omniNotify/Makefile b/devel/omniNotify/Makefile index f294c97080d5..5c03d5315f2b 100644 --- a/devel/omniNotify/Makefile +++ b/devel/omniNotify/Makefile @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME:L} MAINTAINER= sem@FreeBSD.org COMMENT= CORBA Notification Service (CosNotification) for omniORB -LIB_DEPENDS= omniORB4.0:${PORTSDIR}/devel/omniORB +LIB_DEPENDS= omniORB4.1:${PORTSDIR}/devel/omniORB RUN_DEPENDS= omniidl:${PORTSDIR}/devel/omniORB # parts of omniORB4 source tree is required to build BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/devel/omniORB:patch |