Index: head/audio/libmpdclient/Makefile =================================================================== --- head/audio/libmpdclient/Makefile (revision 451220) +++ head/audio/libmpdclient/Makefile (revision 451221) @@ -1,30 +1,26 @@ # Created by: Grzegorz Blach # $FreeBSD$ PORTNAME= libmpdclient PORTVERSION= 2.13 CATEGORIES= audio MASTER_SITES= http://www.musicpd.org/download/libmpdclient/2/ MAINTAINER= gblach@FreeBSD.org COMMENT= API library for interfacing MPD LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING USES= tar:xz meson USE_LDCONFIG= yes OPTIONS_DEFINE= DOCS DOXYGEN OPTIONS_SUB= yes DOXYGEN_IMPLIES= DOCS DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen -.include +DOXYGEN_MESON_TRUE= documentation -.if ${PORT_OPTIONS:MDOXYGEN} -MESON_ARGS+= -Ddocumentation=true -.endif - -.include +.include