Index: head/textproc/cmark/Makefile =================================================================== --- head/textproc/cmark/Makefile (revision 418653) +++ head/textproc/cmark/Makefile (revision 418654) @@ -1,28 +1,25 @@ # Created by: Tobias Kortkamp # $FreeBSD$ PORTNAME= cmark PORTVERSION= 0.26.1 CATEGORIES= textproc MAINTAINER= t@tobik.me COMMENT= CommonMark parsing and rendering library and program in C LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING -TEST_DEPENDS= python3:lang/python3 - -TEST_TARGET= test - USE_GITHUB= yes GH_ACCOUNT= jgm -USES= cmake:outsource +USES= cmake:outsource python:3,test USE_LDCONFIG= yes +TEST_TARGET= test CMAKE_ARGS= -DCMAKE_INSTALL_MANDIR=${MANPREFIX}/man PLIST_SUB= VERSION=${PORTVERSION} .include