diff options
author | olgeni <olgeni@FreeBSD.org> | 2003-06-02 20:18:17 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2003-06-02 20:18:17 +0800 |
commit | 3b11d00710ba85f901ba01e0016fb2ae987fb31d (patch) | |
tree | 52a6c16ddc002502f5971e59d733a95d873c8927 /java/Makefile | |
parent | b11fa5e5313610a01d0ccc16a83e0b9e44f513b3 (diff) | |
download | freebsd-ports-graphics-3b11d00710ba85f901ba01e0016fb2ae987fb31d.tar.gz freebsd-ports-graphics-3b11d00710ba85f901ba01e0016fb2ae987fb31d.tar.zst freebsd-ports-graphics-3b11d00710ba85f901ba01e0016fb2ae987fb31d.zip |
Add a port for NetBeans, fix the startup script ("expr" syntax) and
use the javavm command to start.
Diffstat (limited to 'java/Makefile')
-rw-r--r-- | java/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/java/Makefile b/java/Makefile index ce4361ae943..e0cae3d1176 100644 --- a/java/Makefile +++ b/java/Makefile @@ -66,6 +66,7 @@ SUBDIR += linux-sun-jdk13 SUBDIR += linux-sun-jdk14 SUBDIR += mmake + SUBDIR += netbeans SUBDIR += netcomponents SUBDIR += netrexx SUBDIR += openjit |