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 /editors/libreoffice-nso/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 'editors/libreoffice-nso/Makefile')
-rw-r--r-- | editors/libreoffice-nso/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/libreoffice-nso/Makefile b/editors/libreoffice-nso/Makefile index 7df4b1e3d3d1..5b6aa80afd02 100644 --- a/editors/libreoffice-nso/Makefile +++ b/editors/libreoffice-nso/Makefile @@ -2,6 +2,6 @@ LO_I18N= nso -.include "${.CURDIR}/../../editors/libreoffice/Makefile.common" +.include "${.CURDIR}/../../editors/libreoffice/Makefile.i18n" .include <bsd.port.mk> |