diff options
author | joerg <joerg@pkgsrc.org> | 2020-05-26 11:30:29 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2020-05-26 11:30:29 +0000 |
commit | 2033be14da2a8b3c7891e30dbae10a7ffeefc26e (patch) | |
tree | 03694dd39917dcc2af529fdd4320dff29493817e /misc | |
parent | 0bd1b07233ee6577c2542e8dda6671b5ec9a4dc4 (diff) | |
download | pkgsrc-2033be14da2a8b3c7891e30dbae10a7ffeefc26e.tar.gz |
Requires more than 1h of CPU time.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/libreoffice/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/libreoffice/Makefile b/misc/libreoffice/Makefile index 1cf0e7d76ed..0af3b7ee673 100644 --- a/misc/libreoffice/Makefile +++ b/misc/libreoffice/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.230 2020/05/23 10:45:48 ryoon Exp $ +# $NetBSD: Makefile,v 1.231 2020/05/26 11:30:29 joerg Exp $ VERREL= 6.4.4 VERRC= 2 @@ -13,6 +13,8 @@ HOMEPAGE= https://www.libreoffice.org/ COMMENT= Office productivity suite from The Document Foundation LICENSE= gnu-lgpl-v3 +UNLIMIT_RESOURCES+= cputime + USE_LANGUAGES= c gnu++17 SUBST_CLASSES+= use-bash |