Date: Wed, 4 Sep 2013 20:13:49 +0000 (UTC) From: Pawel Pekala <pawel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326318 - head/www/netsurf Message-ID: <201309042013.r84KDneo024803@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pawel Date: Wed Sep 4 20:13:49 2013 New Revision: 326318 URL: http://svnweb.freebsd.org/changeset/ports/326318 Log: Needs pkgconfig during build Reported by: pkg-fallout Modified: head/www/netsurf/Makefile Modified: head/www/netsurf/Makefile ============================================================================== --- head/www/netsurf/Makefile Wed Sep 4 20:07:04 2013 (r326317) +++ head/www/netsurf/Makefile Wed Sep 4 20:13:49 2013 (r326318) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309042013.r84KDneo024803>