svn commit: r326342 - head/textproc/libextractor

Antoine Brodin antoine at FreeBSD.org
Thu Sep 5 05:22:06 UTC 2013


Author: antoine
Date: Thu Sep  5 05:22:06 2013
New Revision: 326342
URL: http://svnweb.freebsd.org/changeset/ports/326342

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

Modified:
  head/textproc/libextractor/Makefile

Modified: head/textproc/libextractor/Makefile
==============================================================================
--- head/textproc/libextractor/Makefile	Thu Sep  5 04:32:01 2013	(r326341)
+++ head/textproc/libextractor/Makefile	Thu Sep  5 05:22:06 2013	(r326342)
@@ -12,7 +12,7 @@ MAINTAINER=	vd at FreeBSD.org
 COMMENT=	Library for keyword extraction
 
 USE_GNOME=	glib20 gtk20
-USES=	pathfix
+USES=		pathfix pkgconfig
 USE_PYTHON=	yes
 USE_AUTOTOOLS=	libltdl
 GNU_CONFIGURE=	yes


More information about the svn-ports-all mailing list