diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-10 13:54:26 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-10 13:54:26 +0000 |
commit | 5005b67362a735dc18d3d85170eae34e1fb6feab (patch) | |
tree | 3a1e73b4128190b7ed7020b2113a1d94d76b0e93 /japanese | |
parent | e4eefd3f1e344c567f932fef63a6f04a0bb4eba4 (diff) | |
download | ports-5005b67362a735dc18d3d85170eae34e1fb6feab.tar.gz ports-5005b67362a735dc18d3d85170eae34e1fb6feab.zip |
Notes
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/kasumi/Makefile | 3 | ||||
-rw-r--r-- | japanese/nethack34/Makefile | 3 | ||||
-rw-r--r-- | japanese/xjtext/Makefile | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/japanese/kasumi/Makefile b/japanese/kasumi/Makefile index 4f622364c300..a592069a3945 100644 --- a/japanese/kasumi/Makefile +++ b/japanese/kasumi/Makefile @@ -23,6 +23,9 @@ LDFLAGS+= -L${LOCALBASE}/lib MAN1= kasumi.1 NO_STAGE= yes + +OPTIONS_DEFINE= NLS + .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} diff --git a/japanese/nethack34/Makefile b/japanese/nethack34/Makefile index 93954c21f470..03f896bbb1fa 100644 --- a/japanese/nethack34/Makefile +++ b/japanese/nethack34/Makefile @@ -42,6 +42,9 @@ GRAPHICS= # none .endif NO_STAGE= yes + +OPTIONS_DEFINE= DOCS + .include <bsd.port.options.mk> post-patch: diff --git a/japanese/xjtext/Makefile b/japanese/xjtext/Makefile index 45c69807134a..cb077253312b 100644 --- a/japanese/xjtext/Makefile +++ b/japanese/xjtext/Makefile @@ -21,6 +21,9 @@ PORTEXAMPLES= FSS README YAMA Ao.png Back2.png Brown.png Royal.png Royal2.png PLIST_FILES= bin/xjtext NO_STAGE= yes + +OPTIONS_DEFINE= DOCS EXAMPLES + .include <bsd.port.options.mk> do-install: |