From owner-svn-ports-head@FreeBSD.ORG Mon Oct 20 06:26:04 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8470AA3D; Mon, 20 Oct 2014 06:26:04 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 70E19FC3; Mon, 20 Oct 2014 06:26:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9K6Q4HK032026; Mon, 20 Oct 2014 06:26:04 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9K6Q4HD032023; Mon, 20 Oct 2014 06:26:04 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201410200626.s9K6Q4HD032023@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Mon, 20 Oct 2014 06:26:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r371233 - head/audio/herrie 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.18-1 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: Mon, 20 Oct 2014 06:26:04 -0000 Author: antoine Date: Mon Oct 20 06:26:03 2014 New Revision: 371233 URL: https://svnweb.freebsd.org/changeset/ports/371233 QAT: https://qat.redports.org/buildarchive/r371233/ Log: Fix Modified: head/audio/herrie/Makefile Modified: head/audio/herrie/Makefile ============================================================================== --- head/audio/herrie/Makefile Mon Oct 20 06:16:58 2014 (r371232) +++ head/audio/herrie/Makefile Mon Oct 20 06:26:03 2014 (r371233) @@ -15,7 +15,7 @@ HAS_CONFIGURE= yes CONFIGURE_ARGS+=verbose CONFIGURE_ENV+= PREFIX=${PREFIX} -USES= tar:bzip2 +USES= pkgconfig tar:bzip2 USE_GNOME= glib20 OPTIONS_DEFINE= MAD VORBIS SNDFILE MODPLUG HTTP LIBAO XCURSES XSPF NLS @@ -26,7 +26,7 @@ HTTP_DESC= HTTP streams and AudioScrobbl LIBAO_DESC= LibAO support (breaks chroot) XCURSES_DESC= Build XCurses version -MAD_LIB_DEPENDS= libmad.so:${PORTSDIR}/audio/mad \ +MAD_LIB_DEPENDS= libmad.so:${PORTSDIR}/audio/libmad \ libid3tag.so:${PORTSDIR}/audio/libid3tag MAD_CONFIGURE_OFF=no_mp3 VORBIS_LIB_DEPENDS= libvorbis.so:${PORTSDIR}/audio/libvorbis