From 422e9e198d9bc10f1620871c371f5bc3b87c68c3 Mon Sep 17 00:00:00 2001 From: mva Date: Sat, 17 Aug 2013 23:02:15 +0000 Subject: - Fix run-time support by adding lang/python2 as dependency --- textproc/doclifter/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'textproc/doclifter') diff --git a/textproc/doclifter/Makefile b/textproc/doclifter/Makefile index fa967278d1e0..14ff2cf00110 100644 --- a/textproc/doclifter/Makefile +++ b/textproc/doclifter/Makefile @@ -10,6 +10,8 @@ MASTER_SITES= http://www.catb.org/~esr/doclifter/ MAINTAINER= araujo@FreeBSD.org COMMENT= Translates documents written in troff macros to DocBook +RUN_DEPENDS+= python2:${PORTSDIR}/lang/python2 + USE_PYTHON= -2.7 NO_BUILD= yes -- cgit