diff options
author | Tom McLaughlin <tmclaugh@FreeBSD.org> | 2007-01-03 18:13:55 +0000 |
---|---|---|
committer | Tom McLaughlin <tmclaugh@FreeBSD.org> | 2007-01-03 18:13:55 +0000 |
commit | 5a821ecb4b86cb4ccacc862ba8824c54edf543b2 (patch) | |
tree | 3a1001214bf409898060fffbed686b26bf5c5b41 /java/eclipse/files/eclipse.in | |
parent | a98e229fa067c37f6e7eea6d98c8b848509341a4 (diff) | |
download | ports-5a821ecb4b86cb4ccacc862ba8824c54edf543b2.tar.gz ports-5a821ecb4b86cb4ccacc862ba8824c54edf543b2.zip |
Notes
Diffstat (limited to 'java/eclipse/files/eclipse.in')
-rw-r--r-- | java/eclipse/files/eclipse.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/java/eclipse/files/eclipse.in b/java/eclipse/files/eclipse.in index 588c8815dce5..a1c7576eb288 100644 --- a/java/eclipse/files/eclipse.in +++ b/java/eclipse/files/eclipse.in @@ -10,8 +10,9 @@ DEFAULT_JAVA_HOME=%%PREFIX%% ECLIPSE_HOME=%%ECLIPSE_HOME%% DEFAULT_JAVA_CMD=java -MOZILLA_FIVE_HOME=%%LOCALBASE%%/include/%%BROWSER%% -export MOZILLA_FIVE_HOME +MOZILLA_FIVE_HOME=%%LOCALBASE%%/lib/%%BROWSER%% +LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$MOZILLA_FIVE_HOME +export MOZILLA_FIVE_HOME LD_LIBRARY_PATH #----------------------------------------------------------------------------- # Determine configuration settings |