diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-05-24 04:35:01 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-05-24 04:35:01 +0800 |
commit | 710894a8a89e6e23bdb3c0f9f8ebd91c361f4dd8 (patch) | |
tree | 6a64949cd1d37fc2302e761cd239d30738f2b760 /deskutils | |
parent | 581a64ac608f8a28ef17c4b0cb597cc18ba8deb6 (diff) | |
download | freebsd-ports-gnome-710894a8a89e6e23bdb3c0f9f8ebd91c361f4dd8.tar.gz freebsd-ports-gnome-710894a8a89e6e23bdb3c0f9f8ebd91c361f4dd8.tar.zst freebsd-ports-gnome-710894a8a89e6e23bdb3c0f9f8ebd91c361f4dd8.zip |
Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled by default anyway and don't need to be listed
Approved by: portmgr blanket
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/genius/Makefile | 1 | ||||
-rw-r--r-- | deskutils/howm/Makefile | 2 | ||||
-rw-r--r-- | deskutils/moregroupware/Makefile | 2 | ||||
-rw-r--r-- | deskutils/xfce4-notification-daemon/Makefile | 2 |
4 files changed, 3 insertions, 4 deletions
diff --git a/deskutils/genius/Makefile b/deskutils/genius/Makefile index 1e858da3dd30..382678b552db 100644 --- a/deskutils/genius/Makefile +++ b/deskutils/genius/Makefile @@ -29,7 +29,6 @@ INSTALLS_ICONS= yes INSTALLS_OMF= yes OPTIONS_DEFINE= NLS -OPTIONS_DEFAULT= NLS OPTIONS_SUB= yes NLS_USES= gettext diff --git a/deskutils/howm/Makefile b/deskutils/howm/Makefile index 63d43a6ab907..849a192b5550 100644 --- a/deskutils/howm/Makefile +++ b/deskutils/howm/Makefile @@ -16,7 +16,7 @@ ELISP= action-lock.el bcomp.el cheat-font-lock.el \ howm-version.el howm-view.el howm.el riffle.el OPTIONS_DEFINE= COMPILED_ELISP DOCS EXAMPLES -OPTIONS_DEFAULT=COMPILED_ELISP DOCS EXAMPLES +OPTIONS_DEFAULT=COMPILED_ELISP COMPILED_ELISP_DESC= Install pre-compiled ELISP files OPTIONS_SUB= yes diff --git a/deskutils/moregroupware/Makefile b/deskutils/moregroupware/Makefile index 26ba5d7e4d39..5a8e886ad054 100644 --- a/deskutils/moregroupware/Makefile +++ b/deskutils/moregroupware/Makefile @@ -25,7 +25,7 @@ WANT_PHP_MOD= yes OPTIONS_DEFINE= ADDONS NLS OPTIONS_SINGLE= DB OPTIONS_SINGLE_DB= PGSQL MYSQL -OPTIONS_DEFAULT= NLS MYSQL +OPTIONS_DEFAULT= MYSQL ADDONS_DESC= install additional workgroup features (addons) OPTIONS_SUB= yes diff --git a/deskutils/xfce4-notification-daemon/Makefile b/deskutils/xfce4-notification-daemon/Makefile index bd6d39c9d7a4..50b82c2f6bf0 100644 --- a/deskutils/xfce4-notification-daemon/Makefile +++ b/deskutils/xfce4-notification-daemon/Makefile @@ -38,7 +38,7 @@ OPTIONS_DEFINE= GRADIENT CLOSE NLS GRADIENT_DESC= Show a gradient look in the default theme CLOSE_DESC= Show the close button in the default theme -OPTIONS_DEFAULT=CLOSE NLS +OPTIONS_DEFAULT=CLOSE .include <bsd.port.options.mk> |