svn commit: r343473 - head/devel/directfb

Antoine Brodin antoine at FreeBSD.org
Sun Feb 9 11:57:11 UTC 2014


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=	*


More information about the svn-ports-all mailing list