svn commit: r317247 - head/biology/wise

Baptiste Daroussin bapt at FreeBSD.org
Fri May 3 20:48:35 UTC 2013


Author: bapt
Date: Fri May  3 20:48:34 2013
New Revision: 317247
URL: http://svnweb.freebsd.org/changeset/ports/317247

Log:
  Fix build by adding an explicit dep on pkgconf

Modified:
  head/biology/wise/Makefile

Modified: head/biology/wise/Makefile
==============================================================================
--- head/biology/wise/Makefile	Fri May  3 20:44:34 2013	(r317246)
+++ head/biology/wise/Makefile	Fri May  3 20:48:34 2013	(r317247)
@@ -14,6 +14,7 @@ OPTIONS_DEFINE=	DOCS EXAMPLES
 
 BUILD_WRKSRC=	${WRKSRC}/src
 
+USES=		pkgconfig
 USE_GNOME=	glib20
 MAKEFILE=	makefile
 MAKE_JOBS_SAFE=	yes


More information about the svn-ports-all mailing list