mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
archivers/snappy-java: Allow JAVA_VERSIONS 1.7+
This prevents duplicate java versions from being installed if a port requires a newer jdk and snappy-java. PR: 206240 Approved by: maintainer timeout
This commit is contained in:
parent
9745c7ac30
commit
923667c2a4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=407790
@ -8,7 +8,7 @@
|
||||
PORTNAME= snappy
|
||||
PORTVERSION= 1.0.4.1
|
||||
DISTVERSIONPREFIX= snappy-java-
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= archivers java
|
||||
MASTER_SITES= GH:source1 \
|
||||
http://snappy.googlecode.com/files/:source2 \
|
||||
@ -32,7 +32,7 @@ GH_ACCOUNT= xerial
|
||||
GH_PROJECT= snappy-java
|
||||
|
||||
USE_JAVA= yes
|
||||
JAVA_VERSION= 1.7
|
||||
JAVA_VERSION= 1.7+
|
||||
USES= gmake
|
||||
USE_LDCONFIG= yes
|
||||
MAKE_ARGS+= Default_CXX=${CXX}
|
||||
|
Loading…
Reference in New Issue
Block a user