svn commit: r326192 - head/graphics/cairo-java

Antoine Brodin antoine at FreeBSD.org
Tue Sep 3 18:23:27 UTC 2013


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


More information about the svn-ports-all mailing list