diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2018-09-10 13:14:50 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2018-09-10 13:14:50 +0000 |
commit | e1bfdfbe5665c963621e06f6bbfbbc2c000a804e (patch) | |
tree | eaf052562fa1ad9b232918eb5e617ac1df0dd725 /accessibility | |
parent | f57bc4af665126de839ff734a08e57726e84da84 (diff) |
Notes
Diffstat (limited to 'accessibility')
-rw-r--r-- | accessibility/kmag/Makefile | 2 | ||||
-rw-r--r-- | accessibility/kmousetool/Makefile | 2 | ||||
-rw-r--r-- | accessibility/kmouth/Makefile | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/accessibility/kmag/Makefile b/accessibility/kmag/Makefile index 3dc669be3dd2..9028786ceea8 100644 --- a/accessibility/kmag/Makefile +++ b/accessibility/kmag/Makefile @@ -16,4 +16,6 @@ USE_KDE= auth codecs config configwidgets coreaddons ecm \ USE_QT= core dbus gui printsupport widgets xml \ buildtools_build qmake_build +OPTIONS_DEFINE= DOCS + .include <bsd.port.mk> diff --git a/accessibility/kmousetool/Makefile b/accessibility/kmousetool/Makefile index 45450b0d00e8..7a6a9e7b363e 100644 --- a/accessibility/kmousetool/Makefile +++ b/accessibility/kmousetool/Makefile @@ -17,4 +17,6 @@ USE_QT= core dbus gui phonon4 widgets xml \ buildtools_build qmake_build USE_XORG= ice sm x11 xext xtst +OPTIONS_DEFINE= DOCS + .include <bsd.port.mk> diff --git a/accessibility/kmouth/Makefile b/accessibility/kmouth/Makefile index dce38eb03a49..f082dda94540 100644 --- a/accessibility/kmouth/Makefile +++ b/accessibility/kmouth/Makefile @@ -16,4 +16,6 @@ USE_KDE= auth codecs completion config configwidgets coreaddons crash \ USE_QT= core dbus gui network printsupport speech widgets xml \ buildtools_build qmake_build +OPTIONS_DEFINE= DOCS + .include <bsd.port.mk> |