diff options
-rw-r--r-- | devel/libg++/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/devel/libg++/Makefile b/devel/libg++/Makefile index e74f9963486..5ae5159c118 100644 --- a/devel/libg++/Makefile +++ b/devel/libg++/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 1999/04/14 21:39:02 tron Exp $ +# $NetBSD: Makefile,v 1.12 1999/04/30 15:51:38 tv Exp $ # DISTNAME= libg++-${GXXVERSION} @@ -7,13 +7,13 @@ MASTER_SITES= ${MASTER_SITE_GNU:=libg++/} MAINTAINER= tv@netbsd.org -DEPENDS= stdc++.1.: # only from NetBSD's source tree - -BROKEN= "Designed for NetBSD 1.4 - 1.3(.x) comes with this in-tree" +.if !exists(/usr/lib/libstdc++.so.2.0) +IGNORE= "Designed for NetBSD 1.4 - 1.3(.x) comes with this in-tree" +.endif GXXVERSION= 2.8.1.1a # used by internal Makefile -MAKE_ENV+= GXXVERSION="${GXXVERSION}" +MAKE_ENV+= GXXVERSION="${GXXVERSION}" NOPROFILE=1 NOGCCERROR=1 PLIST_SRC= ${WRKSRC}/.PLIST INFO_FILES= libg++.info |