diff options
author | olgeni <olgeni@FreeBSD.org> | 2003-07-15 22:08:24 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2003-07-15 22:08:24 +0800 |
commit | b5af4d23bf813e6503bae9eb07d4e6ccf2d79031 (patch) | |
tree | 289f0ff21a06409a8df780bf75236e1cc6bf795b | |
parent | 662576dac9a82d6f157ba3bad66e643449fa1bcf (diff) | |
download | freebsd-ports-gnome-b5af4d23bf813e6503bae9eb07d4e6ccf2d79031.tar.gz freebsd-ports-gnome-b5af4d23bf813e6503bae9eb07d4e6ccf2d79031.tar.zst freebsd-ports-gnome-b5af4d23bf813e6503bae9eb07d4e6ccf2d79031.zip |
Whitespace.
-rw-r--r-- | java/eclipse/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/eclipse/Makefile b/java/eclipse/Makefile index c79fcf38db94..4b745591747a 100644 --- a/java/eclipse/Makefile +++ b/java/eclipse/Makefile @@ -38,7 +38,7 @@ ECLIPSE_BUILD= 2135 ECLIPSE_OS= freebsd ECLIPSE_WS= gtk ECLIPSE_ARCH= x86 - + # Here we must work around a bug that pops up when building from sources. A # certain "run" method must be made visible in the whole class hierarchy by # changing making it public, as documented here: |