diff options
author | grant <grant@pkgsrc.org> | 2004-06-12 04:36:56 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-06-12 04:36:56 +0000 |
commit | 8de1ecc7a69b0a88c783461cda4300484d7e6246 (patch) | |
tree | 10b306794af371f869ea5c91dcd64ef5e99d9516 /devel/libg++ | |
parent | 71ecfa563389c8385d92635513036c16f04c8283 (diff) | |
download | pkgsrc-8de1ecc7a69b0a88c783461cda4300484d7e6246.tar.gz |
this package is NetBSD-specific.
Diffstat (limited to 'devel/libg++')
-rw-r--r-- | devel/libg++/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/libg++/Makefile b/devel/libg++/Makefile index 7b850b8555b..0168054b0c1 100644 --- a/devel/libg++/Makefile +++ b/devel/libg++/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2003/08/09 10:44:44 seb Exp $ +# $NetBSD: Makefile,v 1.28 2004/06/12 04:36:56 grant Exp $ # DISTNAME= libg++-${GXXVERSION} @@ -8,6 +8,8 @@ MASTER_SITES= ${MASTER_SITE_GNU:=libg++/} MAINTAINER= tech-pkg@NetBSD.org COMMENT= GNU C++ Class Library +ONLY_FOR_PLATFORM= NetBSD-*-* + .if !exists(/usr/lib/libstdc++.so.2.0) && !exists(/usr/lib/libstdc++.so) PKG_SKIP_REASON= '${PKGNAME} is part of your NetBSD-1.3.x distribution. This is designed for NetBSD>=1.4.' .endif |