diff options
author | asami <asami@FreeBSD.org> | 1999-04-23 19:34:53 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-04-23 19:34:53 +0800 |
commit | db14229c82539f82a8c00b28b033c60bed258e5a (patch) | |
tree | b78d6d553023adea37ae9641359c6d5293571cda /devel | |
parent | c683e9bf5c603874014544db0b8fb2ec971f3ac3 (diff) | |
download | freebsd-ports-gnome-db14229c82539f82a8c00b28b033c60bed258e5a.tar.gz freebsd-ports-gnome-db14229c82539f82a8c00b28b033c60bed258e5a.tar.zst freebsd-ports-gnome-db14229c82539f82a8c00b28b033c60bed258e5a.zip |
Remove trailing "\" on one of the BUILD_DEPENDS line that was blowing up
the build. While I'm here, delete one of the two lines which look identical
to my untrained eyes.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ORBacus/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/ORBacus/Makefile b/devel/ORBacus/Makefile index 4c1213129cb9..9647d78fc04b 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.17 1999/03/09 20:35:46 ejc Exp $ +# $Id: Makefile,v 1.18 1999/04/20 03:36:02 jseger Exp $ # DISTNAME= OB-3.1.2 @@ -25,8 +25,7 @@ LIBSTDC= ${PREFIX}/lib/gcc-lib/i386-unknown-freebsdelf${OSREL}/egcs-2.91.62/libs LIBSTDC= ${PREFIX}/lib/gcc-lib/i386-unknown-freebsd${OSREL}/egcs-2.91.62/libstdc++.a .endif -BUILD_DEPENDS= eg++:${PORTSDIR}/lang/egcs \ - eg++:${PORTSDIR}/lang/egcs \ +BUILD_DEPENDS= eg++:${PORTSDIR}/lang/egcs CONFIGURE_ENV= CXX=eg++ CXXFLAGS="-O -pipe" .endif |