aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2016-05-24 04:35:01 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2016-05-24 04:35:01 +0800
commit710894a8a89e6e23bdb3c0f9f8ebd91c361f4dd8 (patch)
tree6a64949cd1d37fc2302e761cd239d30738f2b760 /misc
parent581a64ac608f8a28ef17c4b0cb597cc18ba8deb6 (diff)
downloadfreebsd-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 'misc')
-rw-r--r--misc/lifelines/Makefile1
-rw-r--r--misc/raspberrypi-userland/Makefile1
2 files changed, 0 insertions, 2 deletions
diff --git a/misc/lifelines/Makefile b/misc/lifelines/Makefile
index 79d315e8fdf3..d204d07ba0ef 100644
--- a/misc/lifelines/Makefile
+++ b/misc/lifelines/Makefile
@@ -24,7 +24,6 @@ MAKE_JOBS_UNSAFE=yes
OPTIONS_DEFINE= BUILDDOCS DOCS NLS
OPTIONS_SUB= yes
-OPTIONS_DEFAULT= DOCS NLS
BUILDDOCS_DESC= Build documentation (requires docbook toolchain)
DOCS_DESC= Install documentation
NLS_DESC= Build with NLS support
diff --git a/misc/raspberrypi-userland/Makefile b/misc/raspberrypi-userland/Makefile
index f4b523a1e09f..37db5753a466 100644
--- a/misc/raspberrypi-userland/Makefile
+++ b/misc/raspberrypi-userland/Makefile
@@ -26,7 +26,6 @@ CMAKE_ARGS+= -DVMCS_INSTALL_PREFIX=${PREFIX} \
-DCMAKE_TOOLCHAIN_FILE=${WRKSRC}/makefiles/cmake/toolchains/arm-freebsd.cmake
OPTIONS_DEFINE= EXAMPLES DEBUG
-OPTIONS_DEFAULT= EXAMPLES
EXAMPLES_DESC= Install test applications source code (hello_pi)
EXAMPLES_LIB_DEPENDS= libfreetype.so:print/freetype2