aboutsummaryrefslogtreecommitdiff
path: root/editors/editorconfig-core-c
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2018-04-02 08:35:11 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2018-04-02 08:35:11 +0000
commit49ba6562300cc3095b741410468b90cd40c37ac1 (patch)
tree79e6ec50a6b60ccbb752fa890f0917264c779b70 /editors/editorconfig-core-c
parentc6c7d914103a68c0353304b8e4ee9534a78e7542 (diff)
downloadports-49ba6562300cc3095b741410468b90cd40c37ac1.tar.gz
ports-49ba6562300cc3095b741410468b90cd40c37ac1.zip
Add build time dependency on doxygen
Notes
Notes: svn path=/head/; revision=466209
Diffstat (limited to 'editors/editorconfig-core-c')
-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