diff options
author | wiz <wiz@pkgsrc.org> | 2021-11-15 22:53:55 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2021-11-15 22:53:55 +0000 |
commit | e6036e542bfb81b8d9af9b659f3cfe3591fc46d5 (patch) | |
tree | 92be3dd35fc6ead214aafe77b3357f524c91ff24 /misc/libreoffice/Makefile | |
parent | 4d57751713320d441e18778ad4b969c61131fb90 (diff) | |
download | pkgsrc-e6036e542bfb81b8d9af9b659f3cfe3591fc46d5.tar.gz |
*: recursive bump for gstreamer 1.18.5
Diffstat (limited to 'misc/libreoffice/Makefile')
-rw-r--r-- | misc/libreoffice/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/libreoffice/Makefile b/misc/libreoffice/Makefile index e8441499edd..e715917b1c7 100644 --- a/misc/libreoffice/Makefile +++ b/misc/libreoffice/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.272 2021/11/01 14:06:49 ryoon Exp $ +# $NetBSD: Makefile,v 1.273 2021/11/15 22:54:23 wiz Exp $ VERREL= 7.2.2 VERRC= 2 VER= ${VERREL}.${VERRC} DISTNAME= libreoffice-${VER} +PKGREVISION= 1 CATEGORIES= misc MASTER_SITES= http://download.documentfoundation.org/libreoffice/src/${VERREL}/ EXTRACT_SUFX= .tar.xz |