svn commit: r451221 - head/audio/libmpdclient
Baptiste Daroussin
bapt at FreeBSD.org
Wed Oct 4 11:53:47 UTC 2017
Author: bapt
Date: Wed Oct 4 11:53:46 2017
New Revision: 451221
URL: https://svnweb.freebsd.org/changeset/ports/451221
Log:
Use options helpers
Modified:
head/audio/libmpdclient/Makefile
Modified: head/audio/libmpdclient/Makefile
==============================================================================
--- head/audio/libmpdclient/Makefile Wed Oct 4 11:40:06 2017 (r451220)
+++ head/audio/libmpdclient/Makefile Wed Oct 4 11:53:46 2017 (r451221)
@@ -21,10 +21,6 @@ DOXYGEN_IMPLIES= DOCS
DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen
-.include <bsd.port.pre.mk>
+DOXYGEN_MESON_TRUE= documentation
-.if ${PORT_OPTIONS:MDOXYGEN}
-MESON_ARGS+= -Ddocumentation=true
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
More information about the svn-ports-head
mailing list