diff options
Diffstat (limited to 'devel/libg++/Makefile')
-rw-r--r-- | devel/libg++/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libg++/Makefile b/devel/libg++/Makefile index 5ae5159c118..454c106c93c 100644 --- a/devel/libg++/Makefile +++ b/devel/libg++/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 1999/04/30 15:51:38 tv Exp $ +# $NetBSD: Makefile,v 1.13 1999/06/28 11:48:29 agc Exp $ # DISTNAME= libg++-${GXXVERSION} @@ -8,7 +8,7 @@ MASTER_SITES= ${MASTER_SITE_GNU:=libg++/} MAINTAINER= tv@netbsd.org .if !exists(/usr/lib/libstdc++.so.2.0) -IGNORE= "Designed for NetBSD 1.4 - 1.3(.x) comes with this in-tree" +IGNORE= 'Designed for NetBSD 1.4 - 1.3(.x) comes with this in-tree' .endif GXXVERSION= 2.8.1.1a # used by internal Makefile |