diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-07-15 22:25:35 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-07-16 11:24:42 +0000 |
commit | a04a2db0119d9058a489350b09881a3c11b7b3fb (patch) | |
tree | 1ac66ce951df2f9d0077c564671f0bd4e3101e42 /graphics/geoserver | |
parent | 8635e9d8030f2c1377535e4ea0b3fe2dfc3f370f (diff) |
Diffstat (limited to 'graphics/geoserver')
-rw-r--r-- | graphics/geoserver/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/geoserver/Makefile b/graphics/geoserver/Makefile index b66437721247..29fe196d17a3 100644 --- a/graphics/geoserver/Makefile +++ b/graphics/geoserver/Makefile @@ -1,5 +1,6 @@ PORTNAME= geoserver PORTVERSION= 2.23.1 +PORTREVISION= 1 CATEGORIES= graphics geography java MASTER_SITES= SF/${PORTNAME}/GeoServer/${PORTVERSION} DISTNAME= ${PORTNAME}-${PORTVERSION}-bin @@ -13,7 +14,7 @@ LICENSE_COMB= multi LICENSE_FILE= ${WRKSRC}/license/NOTICE.txt USES= cpe zip -USE_JAVA= yes +USE_JAVA= 17+ USE_RC_SUBR= ${PORTNAME} NO_ARCH= yes |