diff options
Diffstat (limited to 'editors/libreoffice-en_GB/Makefile')
-rw-r--r-- | editors/libreoffice-en_GB/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/libreoffice-en_GB/Makefile b/editors/libreoffice-en_GB/Makefile index 2835b3a68ae6..ef54a79a8659 100644 --- a/editors/libreoffice-en_GB/Makefile +++ b/editors/libreoffice-en_GB/Makefile @@ -3,6 +3,6 @@ LO_I18N= en_GB LO_HAS_HELPPACK= yes -.include "${.CURDIR}/../../editors/libreoffice/Makefile.common" +.include "${.CURDIR}/../../editors/libreoffice/Makefile.i18n" .include <bsd.port.mk> |