diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-05-24 04:35:01 +0800 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-05-24 04:35:01 +0800 |
commit | c86e9d97241f251304781abec881b7b5a934f12a (patch) | |
tree | 6a64949cd1d37fc2302e761cd239d30738f2b760 /mail/libcmime | |
parent | 1b68d5eb0ccf36adc2ddc3545e89811c794dec49 (diff) | |
download | freebsd-ports-gnome-c86e9d97241f251304781abec881b7b5a934f12a.tar.gz freebsd-ports-gnome-c86e9d97241f251304781abec881b7b5a934f12a.tar.zst freebsd-ports-gnome-c86e9d97241f251304781abec881b7b5a934f12a.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 'mail/libcmime')
-rw-r--r-- | mail/libcmime/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mail/libcmime/Makefile b/mail/libcmime/Makefile index a8c267ac57b9..e468795c6c6a 100644 --- a/mail/libcmime/Makefile +++ b/mail/libcmime/Makefile @@ -17,7 +17,6 @@ USE_LDCONFIG= yes CMAKE_ARGS= --no-warn-unused-cli OPTIONS_DEFINE= DEBUG DOCS DOXYGEN -OPTIONS_DEFAULT=DOCS OPTIONS_SUB= yes DOCS_ALL_TARGET=doc |