Date: Mon, 2 Apr 2018 08:35:11 +0000 (UTC) From: Akinori MUSHA <knu@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r466209 - head/editors/editorconfig-core-c Message-ID: <201804020835.w328ZBAs015300@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: knu Date: Mon Apr 2 08:35:11 2018 New Revision: 466209 URL: https://svnweb.freebsd.org/changeset/ports/466209 Log: Add build time dependency on doxygen Modified: head/editors/editorconfig-core-c/Makefile Modified: head/editors/editorconfig-core-c/Makefile ============================================================================== --- head/editors/editorconfig-core-c/Makefile Mon Apr 2 08:32:21 2018 (r466208) +++ head/editors/editorconfig-core-c/Makefile Mon Apr 2 08:35:11 2018 (r466209) @@ -9,8 +9,7 @@ CATEGORIES= editors MAINTAINER= knu@FreeBSD.org COMMENT= EditorConfig core library and executable written in C -BROKEN= fails to package - +BUILD_DEPENDS= doxygen:devel/doxygen LIB_DEPENDS= libpcre.so:devel/pcre USES= cmake
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804020835.w328ZBAs015300>