diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-21 12:07:31 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-21 12:57:45 +0000 |
commit | 3f0568a80b7475a92b6e891da2f46cd3a18fb3f6 (patch) | |
tree | ee0b243083581b3a3813366d52ded6e0a125058c | |
parent | ce3854f8455d93a15ff5b815fc9d8b10f776788a (diff) | |
download | ports-3f0568a80b7475a92b6e891da2f46cd3a18fb3f6.tar.gz ports-3f0568a80b7475a92b6e891da2f46cd3a18fb3f6.zip |
graphics/processing: Add CPE information
Approved by: portmgr (blanket)
-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 c9aa2c2e96f9..9fddc6d8f18d 100644 --- a/graphics/processing/Makefile +++ b/graphics/processing/Makefile @@ -15,7 +15,7 @@ LICENSE= GPLv2 RUN_DEPENDS= jikes>=1.22:java/jikes \ ${JAVA_HOME}/jre/lib/ext/RXTXcomm.jar:comms/rxtx -USES= tar:tgz +USES= cpe tar:tgz USE_JAVA= yes NO_BUILD= yes |