From 0335c38a4b27892d8da53dbbdb70b1fffc6aba0b Mon Sep 17 00:00:00 2001 From: Jan Beich Date: Mon, 25 Feb 2019 22:07:54 +0000 Subject: Add option helper for MESON_ARGS = -Dfoo=enabled feature options define combo like auto/yes/no in a standand way. In other words, upstream projects of ports that use _MESON_YES are supposed to migrate to _MESON_ENABLED. https://mesonbuild.com/Build-options.html#features Reviewed by: tobik (implicit) Approved by: portmgr (mat) Differential Revision: https://reviews.freebsd.org/D19127 --- audio/musicpc/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'audio/musicpc') diff --git a/audio/musicpc/Makefile b/audio/musicpc/Makefile index 83db35fb09af..38e4bd6944ed 100644 --- a/audio/musicpc/Makefile +++ b/audio/musicpc/Makefile @@ -23,13 +23,11 @@ OPTIONS_DEFAULT= DOCS ICONV DOCS_USES= python:env DOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>0:textproc/py-sphinx@${PY_FLAVOR} -DOCS_MESON_ON= -Ddocumentation=enabled -DOCS_MESON_OFF= -Ddocumentation=disabled +DOCS_MESON_ENABLED= documentation ICONV_USES= iconv ICONV_LDFLAGS= -L${ICONV_PREFIX}/lib ${ICONV_LIB} -ICONV_MESON_ON= -Diconv=enabled -ICONV_MESON_OFF= -Diconv=disabled +ICONV_MESON_ENABLED= iconv PORTDOCS= AUTHORS README.rst NEWS -- cgit v1.2.3