svn commit: r326047 - head/multimedia/transcode

Antoine Brodin antoine at FreeBSD.org
Mon Sep 2 18:08:32 UTC 2013


Author: antoine
Date: Mon Sep  2 18:08:32 2013
New Revision: 326047
URL: http://svnweb.freebsd.org/changeset/ports/326047

Log:
  Add an explicit dependency on pkgconf
  
  Approved by:	portmgr (bapt)

Modified:
  head/multimedia/transcode/Makefile

Modified: head/multimedia/transcode/Makefile
==============================================================================
--- head/multimedia/transcode/Makefile	Mon Sep  2 18:05:49 2013	(r326046)
+++ head/multimedia/transcode/Makefile	Mon Sep  2 18:08:32 2013	(r326047)
@@ -18,7 +18,7 @@ USE_BZIP2=	yes
 FAKEDIR=	${WRKDIR}/fake
 PLIST=		${WRKDIR}/plist
 USE_LDCONFIG=	yes
-USES=		gmake
+USES=		gmake pkgconfig
 WANT_SDL=	yes
 WANT_GNOME=	yes
 USE_AUTOTOOLS=	libtool


More information about the svn-ports-all mailing list