diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-15 15:19:07 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-15 15:19:07 +0000 |
commit | 402f05583eac5b50891018bd9d7353587d3aec41 (patch) | |
tree | a4d0533c5c075f0ef86a80b29512fd45d62c1168 /games/alephone | |
parent | 2f2814513dd14a4ded58827d15bd075701f644a7 (diff) | |
download | ports-402f05583eac5b50891018bd9d7353587d3aec41.tar.gz ports-402f05583eac5b50891018bd9d7353587d3aec41.zip |
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
Notes
Notes:
svn path=/head/; revision=361946
Diffstat (limited to 'games/alephone')
-rw-r--r-- | games/alephone/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/alephone/Makefile b/games/alephone/Makefile index cfe19e09737a..f39c04ee04d5 100644 --- a/games/alephone/Makefile +++ b/games/alephone/Makefile @@ -21,7 +21,7 @@ CONFIGURE_ARGS+=--disable-alsa --disable-sndfile DATADIR= ${PREFIX}/share/AlephOne -OPTIONS_DEFINE= MAD OGG SPEEX SMPEG TTF ZZIP +OPTIONS_DEFINE= MAD OGG SPEEX SMPEG TTF ZZIP DOCS SMPEG_DESC= Use SMPEG for movie playback TTF_DESC= Enable SDL_ttf font rendering ZZIP_DESC= Enable zziplib support |