diff options
author | mva <mva@FreeBSD.org> | 2013-08-18 07:02:15 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2013-08-18 07:02:15 +0800 |
commit | 422e9e198d9bc10f1620871c371f5bc3b87c68c3 (patch) | |
tree | 01206a730aa7c3439225bb1c2a4d3bf201752963 /textproc/doclifter | |
parent | f5b78f93ba9c0eaf2f97001fb0562344ed67a895 (diff) | |
download | freebsd-ports-gnome-422e9e198d9bc10f1620871c371f5bc3b87c68c3.tar.gz freebsd-ports-gnome-422e9e198d9bc10f1620871c371f5bc3b87c68c3.tar.zst freebsd-ports-gnome-422e9e198d9bc10f1620871c371f5bc3b87c68c3.zip |
- Fix run-time support by adding lang/python2 as dependency
Diffstat (limited to 'textproc/doclifter')
-rw-r--r-- | textproc/doclifter/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 |