diff options
author | antoine <antoine@FreeBSD.org> | 2018-04-01 16:54:23 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2018-04-01 16:54:23 +0800 |
commit | 0ce7bc6286c417ce6c08151fdfd0999b2f83c008 (patch) | |
tree | ba0faf2a4af3403ceb65267a888e551b10cd59cb /editors | |
parent | 8a816938e614b5095c50d1976d00c7ba23617872 (diff) | |
download | freebsd-ports-gnome-0ce7bc6286c417ce6c08151fdfd0999b2f83c008.tar.gz freebsd-ports-gnome-0ce7bc6286c417ce6c08151fdfd0999b2f83c008.tar.zst freebsd-ports-gnome-0ce7bc6286c417ce6c08151fdfd0999b2f83c008.zip |
Mark BROKEN: fails to package
pkg-static: Unable to access file /wrkdirs/usr/ports/editors/editorconfig-core-c/work/stage/usr/local/man/man1/editorconfig.1.gz:No such file or directory
pkg-static: Unable to access file /wrkdirs/usr/ports/editors/editorconfig-core-c/work/stage/usr/local/man/man3/editorconfig.h.3.gz:No such file or directory
pkg-static: Unable to access file /wrkdirs/usr/ports/editors/editorconfig-core-c/work/stage/usr/local/man/man3/editorconfig_handle.h.3.gz:No such file or directory
pkg-static: Unable to access file /wrkdirs/usr/ports/editors/editorconfig-core-c/work/stage/usr/local/man/man5/editorconfig-format.5.gz:No such file or directory
Reported by: pkg-fallout
MFH: 2018Q2
Diffstat (limited to 'editors')
-rw-r--r-- | editors/editorconfig-core-c/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editors/editorconfig-core-c/Makefile b/editors/editorconfig-core-c/Makefile index 345ede2a59ec..23f6dfb1f826 100644 --- a/editors/editorconfig-core-c/Makefile +++ b/editors/editorconfig-core-c/Makefile @@ -9,6 +9,8 @@ CATEGORIES= editors MAINTAINER= knu@FreeBSD.org COMMENT= EditorConfig core library and executable written in C +BROKEN= fails to package + LIB_DEPENDS= libpcre.so:devel/pcre USES= cmake |