mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
java/openjfx8-devel:
- Switch from x11-toolkits/swt-devel to x11-toolkits/swt, which is newer than -devel variant. PR: 219186 Approved by: maintainer (tobik)
This commit is contained in:
parent
e85b9be1ed
commit
d5a70bcc44
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=513467
2 changed files with 4 additions and 4 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= openjfx8
|
||||
DISTVERSION= 8u202-b07
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= java x11-toolkits devel
|
||||
MASTER_SITES= https://github.com/t6/openjfx/releases/download/release/ \
|
||||
|
@ -53,8 +53,8 @@ MEDIA_LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg \
|
|||
MEDIA_USES= gmake
|
||||
MEDIA_VARS= COMPILE_MEDIA=true
|
||||
|
||||
SWT_BUILD_DEPENDS= swt-devel>0:x11-toolkits/swt-devel
|
||||
SWT_RUN_DEPENDS= swt-devel>0:x11-toolkits/swt-devel
|
||||
SWT_BUILD_DEPENDS= swt>0:x11-toolkits/swt
|
||||
SWT_RUN_DEPENDS= swt>0:x11-toolkits/swt
|
||||
SWT_VARS= COMPILE_SWT=true
|
||||
|
||||
TEST_USES= display:test
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
IS_LINUX && IS_64 ? "org.eclipse.swt.gtk.linux.x86_64_3.105.3.v20170228-0512" :
|
||||
- IS_LINUX && !IS_64 ? "org.eclipse.swt.gtk.linux.x86_3.105.3.v20170228-0512" : ""
|
||||
+ IS_LINUX && !IS_64 ? "org.eclipse.swt.gtk.linux.x86_3.105.3.v20170228-0512" :
|
||||
+ IS_BSD ? "/usr/local/share/java/classes/swt-devel.jar" : ""
|
||||
+ IS_BSD ? "/usr/local/share/java/classes/swt.jar" : ""
|
||||
|
||||
// Build javadocs only if BUILD_JAVADOC=true
|
||||
defineProperty("BUILD_JAVADOC", "false")
|
||||
|
|
Loading…
Add table
Reference in a new issue