diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2014-07-18 18:41:53 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2014-07-18 18:41:53 +0000 |
commit | 9e14d856159dd7ace21c6417e8f644e5ab84e823 (patch) | |
tree | 3286d21a90f98f7098b29c0243537dcd55622a5a /chinese/ttfm | |
parent | 877bfb5b89c63c2ab967f53157e9633eae7a5d28 (diff) |
Notes
Diffstat (limited to 'chinese/ttfm')
-rw-r--r-- | chinese/ttfm/Makefile.ttf | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/chinese/ttfm/Makefile.ttf b/chinese/ttfm/Makefile.ttf index 91ca41cf5053..590323dbd1cb 100644 --- a/chinese/ttfm/Makefile.ttf +++ b/chinese/ttfm/Makefile.ttf @@ -8,8 +8,7 @@ # TTF - Name(s) of font file(s) installed in FONTSDIR. Mandatory. # -OPTIONS_DEFINE+= GHOSTSCRIPT X11 -OPTIONS_DEFAULT+= X11 +OPTIONS_DEFINE+=GHOSTSCRIPT X11 .include <bsd.port.options.mk> @@ -42,8 +41,8 @@ check-makefile-ttf: .else @${ECHO_CMD} "" @${ECHO_CMD} "You may use the following options:" - @${ECHO_CMD} " ${OPTIONS_NAME}_SET=GHOSTSCRIPT - if you want Ghostscript support" - @${ECHO_CMD} " ${OPTIONS_NAME}_UNSET=X11 - if you DON'T want X Window support" + @${ECHO_CMD} " ${OPTIONS_NAME}_SET+=GHOSTSCRIPT - if you want Ghostscript support" + @${ECHO_CMD} " ${OPTIONS_NAME}_SET+=X11 - if you want X Window support" @${ECHO_CMD} "" .endif .if !defined(TTF) |