diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-15 23:11:12 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-15 23:11:12 +0000 |
commit | 44eaadcb751194bcef34890a161d4bf9a873a2a4 (patch) | |
tree | 37076f8661cc0a667d6e54eab2728ecc665430a0 /audio/espeak/Makefile | |
parent | 156cc72026ce25b8da3d604f4fb691e4d6413b5f (diff) |
Add OPTIONS_DEFINE=DOCS for ports with %%PORTDOCS%% in the plist.
Where possible, correct a few instances where PORTDOCS was being used
to flag stuff in EXAMPLESDIR. For some ports, mostly those owned by
ruby@, PORTDOCS is applied to pretty much everything whether it's
documentation or example.
Notes
Notes:
svn path=/head/; revision=362014
Diffstat (limited to 'audio/espeak/Makefile')
-rw-r--r-- | audio/espeak/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/espeak/Makefile b/audio/espeak/Makefile index b249667599e9..cb13fd5a419f 100644 --- a/audio/espeak/Makefile +++ b/audio/espeak/Makefile @@ -17,6 +17,7 @@ LICENSE= GPLv3 LIB_DEPENDS= ${PORTAUDIOLIB} \ ${PULSEAUDIOLIB} +OPTIONS_DEFINE= DOCS OPTIONS_DEFAULT= PORTAUDIO OPTIONS_RADIO= AUDIO_SYSTEM OPTIONS_RADIO_AUDIO_SYSTEM= PORTAUDIO PULSEAUDIO RUNTIME |