diff options
author | mat <mat@FreeBSD.org> | 2018-09-10 21:14:50 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2018-09-10 21:14:50 +0800 |
commit | 6baece3b7ae06d93445a0e0ecf02e59541a92a95 (patch) | |
tree | eaf052562fa1ad9b232918eb5e617ac1df0dd725 /accessibility | |
parent | c6f82ca14271d2d9433ac4938a2188b9b6d092c1 (diff) | |
download | freebsd-ports-gnome-6baece3b7ae06d93445a0e0ecf02e59541a92a95.tar.gz freebsd-ports-gnome-6baece3b7ae06d93445a0e0ecf02e59541a92a95.tar.zst freebsd-ports-gnome-6baece3b7ae06d93445a0e0ecf02e59541a92a95.zip |
Add DOCS options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine
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> |