diff options
author | jkim <jkim@FreeBSD.org> | 2015-09-24 05:06:12 +0800 |
---|---|---|
committer | jkim <jkim@FreeBSD.org> | 2015-09-24 05:06:12 +0800 |
commit | 31bdf2e5f87abd36d75d6f468d34b3cc45ebf862 (patch) | |
tree | 80ccc66b53ed281eb76c78baf1e6705e000c3775 /hungarian/libreoffice/Makefile | |
parent | 9624db537e0ca893b1c40d6172758c4381b0d2bc (diff) | |
download | freebsd-ports-gnome-31bdf2e5f87abd36d75d6f468d34b3cc45ebf862.tar.gz freebsd-ports-gnome-31bdf2e5f87abd36d75d6f468d34b3cc45ebf862.tar.zst freebsd-ports-gnome-31bdf2e5f87abd36d75d6f468d34b3cc45ebf862.zip |
Update to 5.0.2.
Diffstat (limited to 'hungarian/libreoffice/Makefile')
-rw-r--r-- | hungarian/libreoffice/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hungarian/libreoffice/Makefile b/hungarian/libreoffice/Makefile index 873d0cbff645..ef59ee5bdbd7 100644 --- a/hungarian/libreoffice/Makefile +++ b/hungarian/libreoffice/Makefile @@ -1,9 +1,9 @@ # $FreeBSD$ +CATEGORIES= hungarian LO_I18N= hu LO_HAS_HELPPACK= yes -CATEGORIES= hungarian editors -.include "${.CURDIR}/../../editors/libreoffice/Makefile.common" +.include "${.CURDIR}/../../editors/libreoffice/Makefile.i18n" .include <bsd.port.mk> |