Received: by mail.netbsd.org (Postfix, from userid 605) id 15E4B84D47; Sat, 27 Apr 2019 13:47:56 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 907D484D46 for ; Sat, 27 Apr 2019 13:47:55 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id fmxU-W-uVrE2 for ; Sat, 27 Apr 2019 13:47:54 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id AAB0E84CEE for ; Sat, 27 Apr 2019 13:47:54 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A2560FB16; Sat, 27 Apr 2019 13:47:54 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_155637287494000" MIME-Version: 1.0 Date: Sat, 27 Apr 2019 13:47:54 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/emulators/compat51 To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20190427134754.A2560FB16@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_155637287494000 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sat Apr 27 13:47:54 UTC 2019 Modified Files: pkgsrc/emulators/compat51: options.mk Log Message: compat51: whitespace fix To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/emulators/compat51/options.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_155637287494000 Content-Disposition: inline Content-Length: 728 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/emulators/compat51/options.mk diff -u pkgsrc/emulators/compat51/options.mk:1.1 pkgsrc/emulators/compat51/options.mk:1.2 --- pkgsrc/emulators/compat51/options.mk:1.1 Sun Feb 17 17:24:08 2013 +++ pkgsrc/emulators/compat51/options.mk Sat Apr 27 13:47:54 2019 @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.1 2013/02/17 17:24:08 spz Exp $ +# $NetBSD: options.mk,v 1.2 2019/04/27 13:47:54 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.compat51 PKG_SUPPORTED_OPTIONS= x11 @@ -7,5 +7,5 @@ PKG_SUGGESTED_OPTIONS= x11 .include "../../mk/bsd.options.mk" .if !empty(PKG_OPTIONS:Mx11) - DEPENDS+= compat51-x11>=5.1:../../emulators/compat51-x11 +DEPENDS+= compat51-x11>=5.1:../../emulators/compat51-x11 .endif --_----------=_155637287494000--