svn commit: r301553 - head/audio/tagutil

Baptiste Daroussin bapt at FreeBSD.org
Thu Jul 26 08:00:29 UTC 2012


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}"
 



More information about the svn-ports-all mailing list