summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorgrant <grant>2004-06-12 04:36:56 +0000
committergrant <grant>2004-06-12 04:36:56 +0000
commit9537a62d26fb496377f4e0612a76f969f2dfb039 (patch)
tree10b306794af371f869ea5c91dcd64ef5e99d9516 /devel
parent71842612d2d3e1469d1f80a94484d6dea2134d3f (diff)
downloadpkgsrc-9537a62d26fb496377f4e0612a76f969f2dfb039.tar.gz
this package is NetBSD-specific.
Diffstat (limited to 'devel')
-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