Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Nov 2012 16:39:28 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r307191 - head/audio/taglookup
Message-ID:  <201211081639.qA8GdSiL012875@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



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