diff options
Diffstat (limited to 'editors/libreoffice/Makefile.common')
-rw-r--r-- | editors/libreoffice/Makefile.common | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/libreoffice/Makefile.common b/editors/libreoffice/Makefile.common index ce82c7fe0427..029629497627 100644 --- a/editors/libreoffice/Makefile.common +++ b/editors/libreoffice/Makefile.common @@ -1,7 +1,6 @@ # $FreeBSD$ PORTNAME= libreoffice -PORTVERSION= 6.4.6 CATEGORIES+= editors MAINTAINER= office@FreeBSD.org @@ -9,5 +8,6 @@ MAINTAINER= office@FreeBSD.org LICENSE= LGPL3+ MPL20 LICENSE_COMB= dual -LOVERSION= ${PORTVERSION}.${RCVER} -RCVER= 2 +DISTVERSION= ${LOVERSION}.${RCVER} +LOVERSION= 7.0.0 +RCVER= 3 |