From owner-svn-ports-all@FreeBSD.ORG Wed Nov 14 15:36:15 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1C91C55B; Wed, 14 Nov 2012 15:36:15 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id F3E268FC08; Wed, 14 Nov 2012 15:36:14 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAEFaE4i098147; Wed, 14 Nov 2012 15:36:14 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAEFaEJJ098146; Wed, 14 Nov 2012 15:36:14 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201211141536.qAEFaEJJ098146@svn.freebsd.org> From: Baptiste Daroussin Date: Wed, 14 Nov 2012 15:36:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307420 - head/multimedia/mkvtoolnix X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Nov 2012 15:36:15 -0000 Author: bapt Date: Wed Nov 14 15:36:14 2012 New Revision: 307420 URL: http://svnweb.freebsd.org/changeset/ports/307420 Log: Explicitly depends on pkg-config because the build system do use it Feature safe: yes Modified: head/multimedia/mkvtoolnix/Makefile Modified: head/multimedia/mkvtoolnix/Makefile ============================================================================== --- head/multimedia/mkvtoolnix/Makefile Wed Nov 14 14:57:53 2012 (r307419) +++ head/multimedia/mkvtoolnix/Makefile Wed Nov 14 15:36:14 2012 (r307420) @@ -29,6 +29,7 @@ USE_ICONV= yes GNU_CONFIGURE= yes USE_RAKE= yes USE_RUBY= yes +USE_PKGCONFIG= build RUBY_NO_RUN_DEPENDS= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib