diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2008-09-24 05:40:50 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2008-09-24 05:40:50 +0000 |
commit | c4459da16e92daa5a8d62a19b7c423fb0d39ef6b (patch) | |
tree | cb93a308be4d8cf3d2b9a98d1bfce20dbf52fe5c /graphics/processing | |
parent | b4008048752267e2d1e1e4781d58af311ab30d43 (diff) | |
download | ports-c4459da16e92daa5a8d62a19b7c423fb0d39ef6b.tar.gz ports-c4459da16e92daa5a8d62a19b7c423fb0d39ef6b.zip |
Notes
Diffstat (limited to 'graphics/processing')
-rw-r--r-- | graphics/processing/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/processing/Makefile b/graphics/processing/Makefile index b4433e186d99..71a710311ac3 100644 --- a/graphics/processing/Makefile +++ b/graphics/processing/Makefile @@ -16,7 +16,7 @@ MAINTAINER= edwin@mavetju.org COMMENT= Open source programming language and environment for people who want to program images, animation, and interactions RUN_DEPENDS= jikes:${PORTSDIR}/java/jikes \ - ${JAVA_HOME}/jre/RXTXcomm.jar:${PORTSDIR}/comms/rxtx + ${LOCALBASE}/lib/jre/RXTXcomm.jar:${PORTSDIR}/comms/rxtx USE_JAVA= 1.5+ NO_BUILD= yes |