Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Jul 2012 08:00:28 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r301553 - head/audio/tagutil
Message-ID:  <201207260800.q6Q80S7K054501@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Thu Jul 26 08:00:28 2012
New Revision: 301553
URL: http://svn.freebsd.org/changeset/ports/301553

Log:
  Use the new USE_PKGCONFIG macro

Modified:
  head/audio/tagutil/Makefile

Modified: head/audio/tagutil/Makefile
==============================================================================
--- head/audio/tagutil/Makefile	Thu Jul 26 07:57:39 2012	(r301552)
+++ head/audio/tagutil/Makefile	Thu Jul 26 08:00:28 2012	(r301553)
@@ -16,7 +16,7 @@ COMMENT=	A tool to manage tags in music 
 
 LIB_DEPENDS=	tag.1:${PORTSDIR}/audio/taglib
 
-USE_GNOME=	pkgconfig
+USE_PKGCONFIG=	build
 MAKE_JOBS_SAFE=	yes
 MAKE_ENV=	DESTDIR="${PREFIX}"
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201207260800.q6Q80S7K054501>