summaryrefslogtreecommitdiff
path: root/devel/libg++/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/libg++/Makefile')
-rw-r--r--devel/libg++/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libg++/Makefile b/devel/libg++/Makefile
index cabb834fca9..97c265d3dee 100644
--- a/devel/libg++/Makefile
+++ b/devel/libg++/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2002/08/01 02:37:44 jschauma Exp $
+# $NetBSD: Makefile,v 1.22 2002/11/06 06:52:00 sjg Exp $
#
DISTNAME= libg++-${GXXVERSION}
@@ -8,7 +8,7 @@ MASTER_SITES= ${MASTER_SITE_GNU:=libg++/}
MAINTAINER= packages@netbsd.org
COMMENT= GNU C++ Class Library
-.if !exists(/usr/lib/libstdc++.so.2.0)
+.if !exists(/usr/lib/libstdc++.so.2.0) && !exists(/usr/lib/libstdc++.so)
IGNORE= '${PKGNAME} is designed for NetBSD>=1.4. NetBSD 1.3(.x) comes with this in-tree'
.endif