From 8bbeb53eb5c0c5832881a2f1b6865f4d3f5c1deb Mon Sep 17 00:00:00 2001 From: tv Date: Fri, 30 Apr 1999 15:51:38 +0000 Subject: Fix this to work properly, so it can be enabled for 1.4. --- devel/libg++/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'devel') 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 -- cgit v1.2.3