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 | 77e88b54d213ad8290905514e53cb89f357762e6 (patch) | |
tree | 10b306794af371f869ea5c91dcd64ef5e99d9516 | |
parent | c51632899479e78f31a646db3870678463943d84 (diff) | |
download | pkgsrc-77e88b54d213ad8290905514e53cb89f357762e6.tar.gz |
this package is NetBSD-specific.
-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 |