aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2018-04-02 16:35:11 +0800
committerknu <knu@FreeBSD.org>2018-04-02 16:35:11 +0800
commite8171ae26fdcf9b972cd49f22ddbb317304b81fb (patch)
tree79e6ec50a6b60ccbb752fa890f0917264c779b70
parent688f4e1f8d75837fb0c4ffa89afeba4fee4f602b (diff)
downloadfreebsd-ports-gnome-e8171ae26fdcf9b972cd49f22ddbb317304b81fb.tar.gz
freebsd-ports-gnome-e8171ae26fdcf9b972cd49f22ddbb317304b81fb.tar.zst
freebsd-ports-gnome-e8171ae26fdcf9b972cd49f22ddbb317304b81fb.zip
Add build time dependency on doxygen
-rw-r--r--editors/editorconfig-core-c/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/editors/editorconfig-core-c/Makefile b/editors/editorconfig-core-c/Makefile
index 23f6dfb1f826..785e9b7ed04a 100644
--- a/editors/editorconfig-core-c/Makefile
+++ b/editors/editorconfig-core-c/Makefile
@@ -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