diff options
author | tron <tron@pkgsrc.org> | 2002-08-15 21:33:06 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2002-08-15 21:33:06 +0000 |
commit | 19694c1db4e0f55643a88ca0f8223d03834bfdd1 (patch) | |
tree | c62442af1d10ced0c5516408b2183527abfe4c95 /net/coda_client | |
parent | 5677c8890c92ef17f327bb0a9c6375ba5f356721 (diff) | |
download | pkgsrc-19694c1db4e0f55643a88ca0f8223d03834bfdd1.tar.gz |
Mark this package as NetBSD 1.4* and 1.5* only because they included
scribbling is only remotely related to C++ and cannot be compiled
with g++ 2.95.3.
Diffstat (limited to 'net/coda_client')
-rw-r--r-- | net/coda_client/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/coda_client/Makefile b/net/coda_client/Makefile index 079abe4d6c2..9c0143c3f27 100644 --- a/net/coda_client/Makefile +++ b/net/coda_client/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2001/02/17 18:18:42 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2002/08/15 21:33:06 tron Exp $ # DISTNAME= coda-4.6.6 @@ -17,7 +17,7 @@ DEPENDS+= readline>=4.0:../../devel/readline # Requires "lwp" plus "filesystem CODA" to operate. Should build on # any NetBSD-*-m68k, though. -ONLY_FOR_PLATFORM= NetBSD-*-i386 NetBSD-*-m68k +ONLY_FOR_PLATFORM= NetBSD-1.[45]*-i386 NetBSD-1.[45]*-m68k ALL_TARGET= coda INSTALL_TARGET= client-install |