summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2002-08-15 21:33:06 +0000
committertron <tron@pkgsrc.org>2002-08-15 21:33:06 +0000
commit19694c1db4e0f55643a88ca0f8223d03834bfdd1 (patch)
treec62442af1d10ced0c5516408b2183527abfe4c95
parent5677c8890c92ef17f327bb0a9c6375ba5f356721 (diff)
downloadpkgsrc-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.
-rw-r--r--net/coda_client/Makefile4
-rw-r--r--net/coda_server/Makefile4
2 files changed, 4 insertions, 4 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
diff --git a/net/coda_server/Makefile b/net/coda_server/Makefile
index 46f740cf948..c47105f4a23 100644
--- a/net/coda_server/Makefile
+++ b/net/coda_server/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2001/02/17 18:18:44 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2002/08/15 21:33:07 tron Exp $
#
DISTNAME= coda-4.6.6
@@ -15,7 +15,7 @@ DEPENDS+= gdbm>=1.7.3:../../databases/gdbm
DEPENDS+= readline>=4.0:../../devel/readline
# Only enable platforms that can build "lwp".
-ONLY_FOR_PLATFORM= NetBSD-*-i386 NetBSD-*-m68k
+ONLY_FOR_PLATFORM= NetBSD-1.[45]*-i386 NetBSD-1.[45]*-m68k
ALL_TARGET= coda
INSTALL_TARGET= server-install