aboutsummaryrefslogtreecommitdiffstats
path: root/devel/ORBacus
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1999-07-12 15:18:36 +0800
committerasami <asami@FreeBSD.org>1999-07-12 15:18:36 +0800
commit1553ecf4f531d90553ab37d96451845d09de5ebd (patch)
tree8e79fc344d8fe967622ac50f1f52ed4139bd6a47 /devel/ORBacus
parentddb8364fe96d94dd14619e99b172c21ae6bb32bf (diff)
downloadfreebsd-ports-graphics-1553ecf4f531d90553ab37d96451845d09de5ebd.tar.gz
freebsd-ports-graphics-1553ecf4f531d90553ab37d96451845d09de5ebd.tar.zst
freebsd-ports-graphics-1553ecf4f531d90553ab37d96451845d09de5ebd.zip
Use ${OSVERSION} instead of ${OSREL} for comparisons -- the latter
might expand into something like "2.2.8" and can't be compared numerically. Submitted by: Martin Kammerhofer <dada@balu.kfunigraz.ac.at>
Diffstat (limited to 'devel/ORBacus')
-rw-r--r--devel/ORBacus/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/ORBacus/Makefile b/devel/ORBacus/Makefile
index 9be45388131..414cd76b5af 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.20 1999/05/01 00:27:16 asami Exp $
+# $Id: Makefile,v 1.21 1999/06/04 13:29:21 ejc Exp $
#
DISTNAME= OB-3.1.3
@@ -15,7 +15,7 @@ MAINTAINER= ejc@bazzle.com
.include <bsd.port.pre.mk>
-.if ${OSREL} >= 4
+.if ${OSVERSION} >= 400000
LIBSTDC= /usr/lib/libstdc++.a
CONFIGURE_ENV= CXX=c++ CXXFLAGS="-O -pipe"
.else