aboutsummaryrefslogtreecommitdiff
path: root/devel/ORBacus
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1999-04-23 11:34:53 +0000
committerSatoshi Asami <asami@FreeBSD.org>1999-04-23 11:34:53 +0000
commit819ff0934cf1ccbf9ba0d3ea333d959fd65bddc6 (patch)
tree80d196405e860cce1ae9135d4470b8ef7b0e770c /devel/ORBacus
parent48445443baf7d37b2aa0e83a7959c21e921109d6 (diff)
downloadports-819ff0934cf1ccbf9ba0d3ea333d959fd65bddc6.tar.gz
ports-819ff0934cf1ccbf9ba0d3ea333d959fd65bddc6.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.
Notes
Notes: svn path=/head/; revision=18097
Diffstat (limited to 'devel/ORBacus')
-rw-r--r--devel/ORBacus/Makefile5
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