From 063f0e723b43514bef593a6d4bc30963b7abfbd4 Mon Sep 17 00:00:00 2001 From: Marcus von Appen Date: Sat, 17 Aug 2013 23:02:15 +0000 Subject: [PATCH] - Fix run-time support by adding lang/python2 as dependency --- textproc/doclifter/Makefile | 2 ++ 1 file changed, 2 insertions(+) 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