summaryrefslogtreecommitdiff
path: root/devel/libg++
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-06-12 04:36:56 +0000
committergrant <grant@pkgsrc.org>2004-06-12 04:36:56 +0000
commit8de1ecc7a69b0a88c783461cda4300484d7e6246 (patch)
tree10b306794af371f869ea5c91dcd64ef5e99d9516 /devel/libg++
parent71ecfa563389c8385d92635513036c16f04c8283 (diff)
downloadpkgsrc-8de1ecc7a69b0a88c783461cda4300484d7e6246.tar.gz
this package is NetBSD-specific.
Diffstat (limited to 'devel/libg++')
-rw-r--r--devel/libg++/Makefile4
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