Date: Tue, 3 Sep 2013 11:31:31 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326135 - head/graphics/cairo-java Message-ID: <201309031131.r83BVVPD066584@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Tue Sep 3 11:31:31 2013 New Revision: 326135 URL: http://svnweb.freebsd.org/changeset/ports/326135 Log: Add an explicit dependency on pkgconf Modified: head/graphics/cairo-java/Makefile Modified: head/graphics/cairo-java/Makefile ============================================================================== --- head/graphics/cairo-java/Makefile Tue Sep 3 10:40:21 2013 (r326134) +++ head/graphics/cairo-java/Makefile Tue Sep 3 11:31:31 2013 (r326135) @@ -16,7 +16,7 @@ LIB_DEPENDS= cairo.2:${PORTSDIR}/graphic glibjni-${GLIB_API_VERSION}.1:${PORTSDIR}/devel/glib-java USE_BZIP2= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_LDCONFIG= yes GNU_CONFIGURE= yes USE_JAVA= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309031131.r83BVVPD066584>