From owner-svn-ports-head@freebsd.org Wed Feb 1 09:38:08 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 77DEACCB760; Wed, 1 Feb 2017 09:38:08 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3A4BE1154; Wed, 1 Feb 2017 09:38:08 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v119c78j091456; Wed, 1 Feb 2017 09:38:07 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v119c7wf091455; Wed, 1 Feb 2017 09:38:07 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201702010938.v119c7wf091455@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Wed, 1 Feb 2017 09:38:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r432994 - head/emulators/linux-c6 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Feb 2017 09:38:08 -0000 Author: tijl Date: Wed Feb 1 09:38:07 2017 New Revision: 432994 URL: https://svnweb.freebsd.org/changeset/ports/432994 Log: Fix dependency on nas. Reported by: olgeni Modified: head/emulators/linux-c6/Makefile Modified: head/emulators/linux-c6/Makefile ============================================================================== --- head/emulators/linux-c6/Makefile Wed Feb 1 09:01:23 2017 (r432993) +++ head/emulators/linux-c6/Makefile Wed Feb 1 09:38:07 2017 (r432994) @@ -45,7 +45,7 @@ RUN_DEPENDS= linux-c6-libasyncns>0:dns/l linux-c6-libmikmod>0:audio/linux-c6-mikmod \ linux-c6-openal-soft>0:audio/linux-c6-openal-soft \ linux-c6-libvorbis>0:audio/linux-c6-libvorbis \ - linux-c6-nas-libs>0:audio/linux-c6-nas-libs \ + linux-c6-nas>0:audio/linux-c6-nas-libs \ linux-c6-libtheora>0:multimedia/linux-c6-libtheora \ linux-c6-libv4l>0:multimedia/linux-c6-libv4l \ linux-c6-qt47-webkit>0:www/linux-c6-qt47-webkit \