Index: head/editors/editorconfig-core-c/Makefile =================================================================== --- head/editors/editorconfig-core-c/Makefile (revision 466125) +++ head/editors/editorconfig-core-c/Makefile (revision 466126) @@ -1,25 +1,27 @@ # Created by: Akinori MUSHA aka knu # $FreeBSD$ PORTNAME= editorconfig-core-c PORTVERSION= 0.12.2 DISTVERSIONPREFIX= v 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 USE_GITHUB= yes GH_ACCOUNT= editorconfig USE_LDCONFIG= yes PLIST_SUB= PORTVERSION=${PORTVERSION} \ SHLIB_MAJOR=${PORTVERSION:C/\..+//} \ SHLIB_VER=${PORTVERSION} .include