aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorpawel <pawel@FreeBSD.org>2016-07-17 04:58:24 +0800
committerpawel <pawel@FreeBSD.org>2016-07-17 04:58:24 +0800
commit6de5648b7c0d97186fe6f39b3f36b64e4ab9d36e (patch)
tree6fe84a5139a368867cca2160a6ae750feab633dc /textproc
parentc7f104c5d7b2481cbf93f7e447e87dd60475e6ed (diff)
downloadfreebsd-ports-gnome-6de5648b7c0d97186fe6f39b3f36b64e4ab9d36e.tar.gz
freebsd-ports-gnome-6de5648b7c0d97186fe6f39b3f36b64e4ab9d36e.tar.zst
freebsd-ports-gnome-6de5648b7c0d97186fe6f39b3f36b64e4ab9d36e.zip
USES=python is correct way to define test dependency
Reported by: adamw
Diffstat (limited to 'textproc')
-rw-r--r--textproc/cmark/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/textproc/cmark/Makefile b/textproc/cmark/Makefile
index 1e41e99b0855..72ed67419b5c 100644
--- a/textproc/cmark/Makefile
+++ b/textproc/cmark/Makefile
@@ -11,15 +11,12 @@ 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