diff options
author | agc <agc@pkgsrc.org> | 1999-07-02 08:46:51 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1999-07-02 08:46:51 +0000 |
commit | 46fb8db2a228748c93c10f6b75c81b12cbd1e723 (patch) | |
tree | e96920cd5f8dab37a5467348d7204108c09b9b11 /devel/rcs | |
parent | fd7b118f38aa1478da8c4a0a0894a28171ae8ab6 (diff) | |
download | pkgsrc-46fb8db2a228748c93c10f6b75c81b12cbd1e723.tar.gz |
For packages that are in the NetBSD base system, but needed for
Solaris, narrow down the platforms, and use specific inclusion rather
than disclusion: mark them as ONLY_FOR_PLATFORM=SunOS-*-*, rather
than NOT_FOR_PLATFORM=NetBSD-*-*.
Diffstat (limited to 'devel/rcs')
-rw-r--r-- | devel/rcs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/rcs/Makefile b/devel/rcs/Makefile index 550850f327d..9bc2573c1d9 100644 --- a/devel/rcs/Makefile +++ b/devel/rcs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 1999/05/24 20:39:38 tv Exp $ +# $NetBSD: Makefile,v 1.6 1999/07/02 08:46:51 agc Exp $ # DISTNAME= rcs-5.7 @@ -8,7 +8,7 @@ MASTER_SITES= ${MASTER_SITE_GNU:=rcs/} MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.gnu.org/software/rcs/rcs.html -NOT_FOR_PLATFORM= NetBSD-*-* # in the base system +ONLY_FOR_PLATFORM= SunOS-*-* # in NetBSD base system DEPENDS= diffutils-2.7:../../devel/diffutils |