svn commit: r307191 - head/audio/taglookup

Adam Weinberger adamw at FreeBSD.org
Thu Nov 8 16:39:29 UTC 2012


Author: adamw
Date: Thu Nov  8 16:39:28 2012
New Revision: 307191
URL: http://svnweb.freebsd.org/changeset/ports/307191

Log:
  Add USE_PKGCONFIG, to fix package build.
  
  Feature safe:	yes

Modified:
  head/audio/taglookup/Makefile

Modified: head/audio/taglookup/Makefile
==============================================================================
--- head/audio/taglookup/Makefile	Thu Nov  8 16:27:01 2012	(r307190)
+++ head/audio/taglookup/Makefile	Thu Nov  8 16:39:28 2012	(r307191)
@@ -18,6 +18,8 @@ COMMENT=	Utility for tagging groups of a
 LIB_DEPENDS=	cddb.4:${PORTSDIR}/audio/libcddb \
 		tag.1:${PORTSDIR}/audio/taglib
 
+USE_PKGCONFIG=	build
+
 MAN1=		taglookup.1
 PLIST_FILES=	bin/taglookup
 


More information about the svn-ports-all mailing list