diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-06-26 01:06:24 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-06-26 01:06:24 +0000 |
commit | 99db81601b72a3b4d13200140ecb1adee45cc8e5 (patch) | |
tree | e6c0f0f4a5d27c0a0121c09dbdb9589de3ada691 /devel/ORBacus | |
parent | c802c5a050c94e4b3d8ee6a497c12202d86a6cef (diff) |
Notes
Diffstat (limited to 'devel/ORBacus')
-rw-r--r-- | devel/ORBacus/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/ORBacus/Makefile b/devel/ORBacus/Makefile index 9afe5b5f859c..b5aaf12dee78 100644 --- a/devel/ORBacus/Makefile +++ b/devel/ORBacus/Makefile @@ -3,7 +3,7 @@ # Whom: ejc@bazzle.com # Version required: 1.0 # -# $Id: Makefile,v 1.3 1997/06/29 11:39:45 obrien Exp $ +# $Id: Makefile,v 1.4 1997/11/26 23:58:54 jseger Exp $ # DISTNAME= OB-1.0 @@ -13,6 +13,8 @@ MASTER_SITES= ftp://ftp.ooc.com/pub/OmniBroker/1.0/ MAINTAINER= ejc@bazzle.com +BROKEN= awaiting upgrade to ORBacus -- see PR ports/7034 + HAS_CONFIGURE= yes CONFIGURE_ENV= CXX=c++ CXXFLAGS="--no-implicit-templates -fhandle-exceptions -Wall" MAN1= idl.1 |