aboutsummaryrefslogtreecommitdiffstats
path: root/archivers
diff options
context:
space:
mode:
authorfeld <feld@FreeBSD.org>2016-02-02 09:36:45 +0800
committerfeld <feld@FreeBSD.org>2016-02-02 09:36:45 +0800
commit4162065cbbd11d6c9438bf489458561ffa2e102e (patch)
treea5c546e6de755a4904fd2d294aa7ca643e5cea6b /archivers
parent41dd803aa487eb9720044642fb924fbd3fc8afe0 (diff)
downloadfreebsd-ports-gnome-4162065cbbd11d6c9438bf489458561ffa2e102e.tar.gz
freebsd-ports-gnome-4162065cbbd11d6c9438bf489458561ffa2e102e.tar.zst
freebsd-ports-gnome-4162065cbbd11d6c9438bf489458561ffa2e102e.zip
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
Diffstat (limited to 'archivers')
-rw-r--r--archivers/snappy-java/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/snappy-java/Makefile b/archivers/snappy-java/Makefile
index ceb386f710b1..868b51f75a9b 100644
--- a/archivers/snappy-java/Makefile
+++ b/archivers/snappy-java/Makefile
@@ -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}