diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2012-12-12 00:49:04 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2012-12-12 00:49:04 +0800 |
commit | e54ec99f986fc4c15b6e079cd53eed64cfaafb80 (patch) | |
tree | 6fc0423340ff81afaf3916451e9dea7173b54149 /games | |
parent | 0f5e425250bcd8da52945f0e0c155b357c3b7bd5 (diff) | |
download | freebsd-ports-gnome-e54ec99f986fc4c15b6e079cd53eed64cfaafb80.tar.gz freebsd-ports-gnome-e54ec99f986fc4c15b6e079cd53eed64cfaafb80.tar.zst freebsd-ports-gnome-e54ec99f986fc4c15b6e079cd53eed64cfaafb80.zip |
- Add DOCS and NLS to the options list
Suggested by: danfe
Diffstat (limited to 'games')
-rw-r--r-- | games/xmoto/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/xmoto/Makefile b/games/xmoto/Makefile index 8db83dafe88f..04c91c2fe8cc 100644 --- a/games/xmoto/Makefile +++ b/games/xmoto/Makefile @@ -34,7 +34,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} PORTDOCS= README ChangeLog -OPTIONS_DEFINE= ASIAN_TTF +OPTIONS_DEFINE= ASIAN_TTF DOCS NLS ASIAN_TTF_DESC= Use asian TTF font MAN6= xmoto.6 |