diff options
author | antoine <antoine@FreeBSD.org> | 2013-09-04 02:23:26 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-09-04 02:23:26 +0800 |
commit | 11dcb067957c29ae58226cdea13b18283fd2a6d9 (patch) | |
tree | 391f63e67ad128ab1b501e1f2b50ccf07f919175 /graphics | |
parent | 01965d9ba901cdf43452d90e7c2adcd433a6bf17 (diff) | |
download | freebsd-ports-gnome-11dcb067957c29ae58226cdea13b18283fd2a6d9.tar.gz freebsd-ports-gnome-11dcb067957c29ae58226cdea13b18283fd2a6d9.tar.zst freebsd-ports-gnome-11dcb067957c29ae58226cdea13b18283fd2a6d9.zip |
Fix USES conversion
Approved by: portmgr (bapt)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/cairo-java/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/cairo-java/Makefile b/graphics/cairo-java/Makefile index 12eb2cfe50a2..30bf388caf40 100644 --- a/graphics/cairo-java/Makefile +++ b/graphics/cairo-java/Makefile @@ -16,13 +16,12 @@ LIB_DEPENDS= cairo.2:${PORTSDIR}/graphics/cairo \ 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 |