aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-10-21 16:30:47 +0800
committerbapt <bapt@FreeBSD.org>2013-10-21 16:30:47 +0800
commit6e5ab37156a1851f923d5f247c6cd35db3301e52 (patch)
treeb880cd579e8df6dea573ba01ef407e89e114ba4d /www
parent017e8c1973f1bcb01f1139088b283c3ba942f056 (diff)
downloadfreebsd-ports-gnome-6e5ab37156a1851f923d5f247c6cd35db3301e52.tar.gz
freebsd-ports-gnome-6e5ab37156a1851f923d5f247c6cd35db3301e52.tar.zst
freebsd-ports-gnome-6e5ab37156a1851f923d5f247c6cd35db3301e52.zip
Fix build by adding missing pkg-config build requirement
PR: prots/182717 Submitted by: Phillip Jaenke <prj@rootwyrm.com>
Diffstat (limited to 'www')
-rw-r--r--www/fcgiwrap/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/fcgiwrap/Makefile b/www/fcgiwrap/Makefile
index 968112fb23f7..3e9c9b87b0ad 100644
--- a/www/fcgiwrap/Makefile
+++ b/www/fcgiwrap/Makefile
@@ -11,7 +11,7 @@ LICENSE= MIT
LIB_DEPENDS= libfcgi.so:${PORTSDIR}/www/fcgi
-USES= gmake
+USES= gmake pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= gnosek