svn commit: r326318 - head/www/netsurf
Pawel Pekala
pawel at FreeBSD.org
Wed Sep 4 20:13:50 UTC 2013
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
More information about the svn-ports-all
mailing list