diff options
-rw-r--r-- | japanese/openoffice/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/openoffice/Makefile b/japanese/openoffice/Makefile index 45ed2199ffb9..0cfb6846d5be 100644 --- a/japanese/openoffice/Makefile +++ b/japanese/openoffice/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -CATEGORIES= japanese +CATEGORIES= japanese editors LANG_PKGNAME= jp LANG_EXT= 81 @@ -13,4 +13,4 @@ LANG_CONFIGURE_ARG= JAPN MASTERDIR= ${.CURDIR}/../../editors/openoffice RUN_DEPENDS+= ${X11BASE}/lib/X11/fonts/TrueType/kochi-mincho.ttf:${PORTSDIR}/japanese/kochi-ttfonts -.include "${.CURDIR}/../../editors/openoffice/Makefile" +.include "${MASTERDIR}/Makefile" |