Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Feb 2014 11:57:11 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r343473 - head/devel/directfb
Message-ID:  <201402091157.s19BvBTS093219@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Feb  9 11:57:11 2014
New Revision: 343473
URL: http://svnweb.freebsd.org/changeset/ports/343473
QAT: https://qat.redports.org/buildarchive/r343473/

Log:
  Add explicit dependency on pkgconf
  
  Reported by:	pkg-fallout

Modified:
  head/devel/directfb/Makefile

Modified: head/devel/directfb/Makefile
==============================================================================
--- head/devel/directfb/Makefile	Sun Feb  9 11:52:16 2014	(r343472)
+++ head/devel/directfb/Makefile	Sun Feb  9 11:57:11 2014	(r343473)
@@ -25,7 +25,7 @@ OPTIONS_SUB=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include -I${LOCALBASE}/include/libpng15
 USE_AUTOTOOLS=	libtool
 GNU_CONFIGURE=	yes
-USES=	pathfix ncurses gmake perl5
+USES=		gmake ncurses pathfix perl5 pkgconfig
 USE_LDCONFIG=	yes
 USE_PERL5=	build
 PORTDOCS=	*



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