svn commit: r331100 - head/www/fcgiwrap
Baptiste Daroussin
bapt at FreeBSD.org
Mon Oct 21 08:30:47 UTC 2013
Author: bapt
Date: Mon Oct 21 08:30:47 2013
New Revision: 331100
URL: http://svnweb.freebsd.org/changeset/ports/331100
Log:
Fix build by adding missing pkg-config build requirement
PR: prots/182717
Submitted by: Phillip Jaenke <prj at rootwyrm.com>
Modified:
head/www/fcgiwrap/Makefile
Modified: head/www/fcgiwrap/Makefile
==============================================================================
--- head/www/fcgiwrap/Makefile Mon Oct 21 07:35:35 2013 (r331099)
+++ head/www/fcgiwrap/Makefile Mon Oct 21 08:30:47 2013 (r331100)
@@ -11,7 +11,7 @@ LICENSE= MIT
LIB_DEPENDS= libfcgi.so:${PORTSDIR}/www/fcgi
-USES= gmake
+USES= gmake pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= gnosek
More information about the svn-ports-all
mailing list