diff options
author | wiz <wiz> | 2014-11-20 16:04:14 +0000 |
---|---|---|
committer | wiz <wiz> | 2014-11-20 16:04:14 +0000 |
commit | a5a2a06382e4d7f6816089e444de419bab2b6c30 (patch) | |
tree | dd7f589ba2c98e5c194819949f4f1ced3cc0f40d /misc/libreoffice4 | |
parent | 2bc30239dae8b234239d57df9abfc59883ee3ffc (diff) | |
download | pkgsrc-a5a2a06382e4d7f6816089e444de419bab2b6c30.tar.gz |
Recursive bump for poppler shlib major bump.
Diffstat (limited to 'misc/libreoffice4')
-rw-r--r-- | misc/libreoffice4/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/libreoffice4/Makefile b/misc/libreoffice4/Makefile index 016b880be02..bcc114dae1b 100644 --- a/misc/libreoffice4/Makefile +++ b/misc/libreoffice4/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.50 2014/11/15 07:31:44 ryoon Exp $ +# $NetBSD: Makefile,v 1.51 2014/11/20 16:04:15 wiz Exp $ VERREL= 4.3.4 VERRC= 1 VER= ${VERREL}.${VERRC} DISTNAME= libreoffice-${VER} PKGNAME= libreoffice4-${VER} +PKGREVISION= 1 CATEGORIES= misc MASTER_SITES= http://download.documentfoundation.org/libreoffice/src/${VERREL}/ EXTRACT_SUFX= .tar.xz |