diff options
author | wiz <wiz@pkgsrc.org> | 2005-05-25 11:50:20 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-05-25 11:50:20 +0000 |
commit | a5bf9bc764c0ecf85720a11ad1ce4d50fcc510e6 (patch) | |
tree | e6e71b0338eb4f52d461fc72c8a7276519c0232c /devel | |
parent | 2fb61c7a61be86d025be85a20b2f9ebc8dfe93bc (diff) | |
download | pkgsrc-a5bf9bc764c0ecf85720a11ad1ce4d50fcc510e6.tar.gz |
Remove ONLY_FOR_PLATFORM; no reason for it to be here.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/rcs/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/devel/rcs/Makefile b/devel/rcs/Makefile index fa9292d6acd..4d0d465a28c 100644 --- a/devel/rcs/Makefile +++ b/devel/rcs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2005/02/15 20:54:37 rillig Exp $ +# $NetBSD: Makefile,v 1.17 2005/05/25 11:50:20 wiz Exp $ # DISTNAME= rcs-5.7 @@ -10,10 +10,7 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.gnu.org/software/rcs/rcs.html COMMENT= GNU Revision Control System - version control software -ONLY_FOR_PLATFORM= SunOS-*-* Darwin-*-* Linux-*-* # in NetBSD base system - .include "../../mk/bsd.prefs.mk" - .if ${OPSYS} == "SunOS" DEPENDS= diffutils>=2.7:../../devel/diffutils CONFIGURE_ARGS+= --with-diffutils=gdiff |