From c815f77d6d49e154ccbd2e8ec27d69fdefef926d Mon Sep 17 00:00:00 2001 From: pawel Date: Wed, 4 Sep 2013 20:13:49 +0000 Subject: Needs pkgconfig during build Reported by: pkg-fallout --- www/netsurf/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/netsurf/Makefile b/www/netsurf/Makefile index e52ed0520ccc..24350a12c15f 100644 --- a/www/netsurf/Makefile +++ b/www/netsurf/Makefile @@ -22,7 +22,7 @@ ALL_TARGET= #empty CFLAGS+= -I${LOCALBASE}/include MAKE_ARGS= HOST_CC="${CC}" CC="${CC}" CCOPT="" HOST="${OPSYS}" \ WARNFLAGS="" Q="" OPTCFLAGS="${CFLAGS}" -USES= bison gmake +USES= bison gmake pkgconfig USE_GNOME= librsvg2 MAKE_JOBS_UNSAFE= yes -- cgit