svn commit: r418654 - head/textproc/cmark
Pawel Pekala
pawel at FreeBSD.org
Sat Jul 16 20:58:25 UTC 2016
Author: pawel
Date: Sat Jul 16 20:58:24 2016
New Revision: 418654
URL: https://svnweb.freebsd.org/changeset/ports/418654
Log:
USES=python is correct way to define test dependency
Reported by: adamw
Modified:
head/textproc/cmark/Makefile
Modified: head/textproc/cmark/Makefile
==============================================================================
--- head/textproc/cmark/Makefile Sat Jul 16 20:47:42 2016 (r418653)
+++ head/textproc/cmark/Makefile Sat Jul 16 20:58:24 2016 (r418654)
@@ -11,15 +11,12 @@ COMMENT= CommonMark parsing and renderin
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
More information about the svn-ports-all
mailing list