Date: Sun, 24 Mar 2013 06:23:42 +0000 (UTC) From: Jason Helfman <jgh@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r315105 - head/devel/libshbuf Message-ID: <201303240623.r2O6NghV055405@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jgh Date: Sun Mar 24 06:23:42 2013 New Revision: 315105 URL: http://svnweb.freebsd.org/changeset/ports/315105 Log: - attempt to fix build by bringing in doxygen requirement Reported by: pointyhat Modified: head/devel/libshbuf/Makefile Modified: head/devel/libshbuf/Makefile ============================================================================== --- head/devel/libshbuf/Makefile Sun Mar 24 06:16:50 2013 (r315104) +++ head/devel/libshbuf/Makefile Sun Mar 24 06:23:42 2013 (r315105) @@ -11,10 +11,21 @@ COMMENT= Library for Shared Buffer IPC LICENSE= GPLv2 +OPTIONS_DEFINE= DOXYGEN + USE_AUTOTOOLS= libtool USE_LDCONFIG= yes USES= pathfix GNU_CONFIGURE= yes CONFIGURE_ARGS+=--disable-lynx +.include <bsd.port.options.mk> + +.if ${PORT_OPTIONS:MDOXYGEN} +CONFIGURE_ARGS+= --enable-doxygen +BUILD_DEPENDS+= doxygen>0:${PORTSDIR}/devel/doxygen +.else +CONFIGURE_ARGS+= --disable-doxygen +.endif + .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303240623.r2O6NghV055405>