From 813c7105c33d32fb3fbdca767833a258aba49716 Mon Sep 17 00:00:00 2001 From: Marcus von Appen Date: Sat, 17 Aug 2013 22:39:52 +0000 Subject: [PATCH] - Fix run-time support by adding lang/python2 as dependency --- textproc/asciidoc/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/textproc/asciidoc/Makefile b/textproc/asciidoc/Makefile index dcc57d0d94cc..858f86976d97 100644 --- a/textproc/asciidoc/Makefile +++ b/textproc/asciidoc/Makefile @@ -13,6 +13,8 @@ COMMENT= Text document format for writing short documents and man pages LICENSE= GPLv2 MIT LICENSE_COMB= multi +RUN_DEPENDS+= python2:${PORTSDIR}/lang/python2 + USE_PYTHON= -2.7 USE_GMAKE= yes GNU_CONFIGURE= yes