Date: Tue, 3 Sep 2013 18:23:27 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326192 - head/graphics/cairo-java Message-ID: <201309031823.r83INROx021530@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Tue Sep 3 18:23:26 2013 New Revision: 326192 URL: http://svnweb.freebsd.org/changeset/ports/326192 Log: Fix USES conversion Approved by: portmgr (bapt) Modified: head/graphics/cairo-java/Makefile Modified: head/graphics/cairo-java/Makefile ============================================================================== --- head/graphics/cairo-java/Makefile Tue Sep 3 18:20:39 2013 (r326191) +++ head/graphics/cairo-java/Makefile Tue Sep 3 18:23:26 2013 (r326192) @@ -16,13 +16,12 @@ LIB_DEPENDS= cairo.2:${PORTSDIR}/graphic glibjni-${GLIB_API_VERSION}.1:${PORTSDIR}/devel/glib-java USE_BZIP2= yes -USES= gmake pkgconfig +USES= gmake pathfix pkgconfig USE_LDCONFIG= yes GNU_CONFIGURE= yes USE_JAVA= yes JAVA_VERSION= 1.6+ JAVA_OS= native -USES= pathfix CONFIGURE_ARGS= --without-gcj-compile --with-jardir=${JAVAJARDIR} CPPFLAGS+= -I${JAVA_HOME}/include -I${JAVA_HOME}/include/freebsd CAIRO_API_VERSION= 1.0
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309031823.r83INROx021530>