aboutsummaryrefslogtreecommitdiff
path: root/chinese/ttfm
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2014-07-18 18:41:53 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2014-07-18 18:41:53 +0000
commit9e14d856159dd7ace21c6417e8f644e5ab84e823 (patch)
tree3286d21a90f98f7098b29c0243537dcd55622a5a /chinese/ttfm
parent877bfb5b89c63c2ab967f53157e9633eae7a5d28 (diff)
downloadports-9e14d856159dd7ace21c6417e8f644e5ab84e823.tar.gz
ports-9e14d856159dd7ace21c6417e8f644e5ab84e823.zip
- disable X11 by default
- remove local.conf which is obsoleted - properly stage
Notes
Notes: svn path=/head/; revision=362223
Diffstat (limited to 'chinese/ttfm')
-rw-r--r--chinese/ttfm/Makefile.ttf7
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)