svn commit: r466209 - head/editors/editorconfig-core-c

Akinori MUSHA knu at FreeBSD.org
Mon Apr 2 08:35:12 UTC 2018


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 at 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


More information about the svn-ports-head mailing list