diff options
author | tron <tron> | 2002-08-17 05:59:00 +0000 |
---|---|---|
committer | tron <tron> | 2002-08-17 05:59:00 +0000 |
commit | eb3b861d11cd5a89df0b62f045710fc592edd17e (patch) | |
tree | b1ff673dfe8b8e52a0164a3aae00f7e4e18faa86 /cad | |
parent | 95a0708a456dc7b3519993cf5085c9c3326eb65f (diff) | |
download | pkgsrc-eb3b861d11cd5a89df0b62f045710fc592edd17e.tar.gz |
Mark this package as NetBSD 1.4 and 1.5 only because it cannot be built
with g++ 2.95.3.
Diffstat (limited to 'cad')
-rw-r--r-- | cad/boolean/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/cad/boolean/Makefile b/cad/boolean/Makefile index 2c44a9acdcc..0f0716c7a3b 100644 --- a/cad/boolean/Makefile +++ b/cad/boolean/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2002/03/17 17:20:01 fredb Exp $ +# $NetBSD: Makefile,v 1.5 2002/08/17 05:59:00 tron Exp $ # DISTNAME= boolean @@ -17,6 +17,9 @@ DEPENDS+= wxGTK>=2.2.7nb1:../../x11/wxGTK DIST_SUBDIR= ${PKGNAME_NOREV} REL= 6.2 +# This package cannot be built with g++ 2.95.3. +ONLY_FOR_PLATFORM= NetBSD-1.[45]*-* + WRKSRC= ${WRKDIR}/boolean/${REL}/linux MAKEFILE= makefile.gui PLIST_SUBST= REL=${REL} |