mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
comms/rxtx: fix build on powerpc by using correct jdk directory
Also remove not necessary NOT_FOR_ARCHS.
This commit is contained in:
parent
b6fd0509e0
commit
9b0b85eade
1 changed files with 1 additions and 4 deletions
|
@ -13,9 +13,6 @@ WWW= http://rxtx.qbang.org
|
|||
LICENSE= LGPL21
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
NOT_FOR_ARCHS= mips mips64
|
||||
NOT_FOR_ARCHS_REASON= Java not available for this architecture
|
||||
|
||||
USES= gmake java libtool zip
|
||||
|
||||
JAVA_OS= native
|
||||
|
@ -27,6 +24,6 @@ USE_LDCONFIG= yes
|
|||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
PLIST_SUB= JAVA_HOME=${JAVA_HOME:S,^${PREFIX}/,,}
|
||||
PLIST_SUB+= ARCH=${ARCH:C/armv.*/arm/:S/powerpc64/ppc64/}
|
||||
PLIST_SUB+= ARCH=${ARCH:C/armv.*/arm/:S/powerpc/ppc/}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue