svn commit: r307420 - head/multimedia/mkvtoolnix

Baptiste Daroussin bapt at FreeBSD.org
Wed Nov 14 15:36:15 UTC 2012


Author: bapt
Date: Wed Nov 14 15:36:14 2012
New Revision: 307420
URL: http://svnweb.freebsd.org/changeset/ports/307420

Log:
  Explicitly depends on pkg-config because the build system do use it
  
  Feature safe:	yes

Modified:
  head/multimedia/mkvtoolnix/Makefile

Modified: head/multimedia/mkvtoolnix/Makefile
==============================================================================
--- head/multimedia/mkvtoolnix/Makefile	Wed Nov 14 14:57:53 2012	(r307419)
+++ head/multimedia/mkvtoolnix/Makefile	Wed Nov 14 15:36:14 2012	(r307420)
@@ -29,6 +29,7 @@ USE_ICONV=	yes
 GNU_CONFIGURE=	yes
 USE_RAKE=	yes
 USE_RUBY=	yes
+USE_PKGCONFIG=	build
 RUBY_NO_RUN_DEPENDS=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib


More information about the svn-ports-head mailing list