diff options
| author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-10-08 11:21:27 +0000 |
|---|---|---|
| committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-10-08 11:21:27 +0000 |
| commit | c937ce50a31c3c178b8eda142880432b7a70a894 (patch) | |
| tree | aecc2071caf3bf51bca9913049c1674f335c015c /java/netbeans | |
| parent | cd2a2d484ebd9dd616ff2124c585215c8dcf1b79 (diff) | |
Diffstat (limited to 'java/netbeans')
| -rw-r--r-- | java/netbeans/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/java/netbeans/Makefile b/java/netbeans/Makefile index 72fa08d75b1a..90798cf333cc 100644 --- a/java/netbeans/Makefile +++ b/java/netbeans/Makefile @@ -12,7 +12,9 @@ COMMENT= Modular, standards-based integrated development environment LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= shebangfix zip +USES= cpe shebangfix zip + +CPE_VENDOR= apache USE_JAVA= yes JAVA_VERSION= 1.8+ |
