diff options
-rw-r--r-- | devel/ORBacus/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/ORBacus/Makefile b/devel/ORBacus/Makefile index 28e3e9afb9d9..bb965f04bec2 100644 --- a/devel/ORBacus/Makefile +++ b/devel/ORBacus/Makefile @@ -3,7 +3,7 @@ # Whom: ejc@bazzle.com # Version required: 3.0 # -# $Id: Makefile,v 1.13 1998/10/12 15:05:33 jseger Exp $ +# $Id: Makefile,v 1.14 1998/12/22 07:33:27 asami Exp $ # DISTNAME= OB-3.0 @@ -17,8 +17,6 @@ BUILD_DEPENDS= gcc28:${PORTSDIR}/lang/gcc28 \ g++28:${PORTSDIR}/lang/gcc28 \ ${PREFIX}/lib/gcc-lib/i386-unknown-freebsd${OSREL}/2.8.1/libstdc++.a:${PORTSDIR}/lang/glibstdc++28 -BROKEN_ELF= depends on gcc28 and glibstdc++28 - USE_XLIB= yes HAS_CONFIGURE= yes CONFIGURE_ENV= CXX=g++28 CXXFLAGS="-O -pipe" |