svn commit: r324879 - head/textproc/doclifter

Marcus von Appen mva at FreeBSD.org
Sat Aug 17 23:02:15 UTC 2013


Author: mva
Date: Sat Aug 17 23:02:15 2013
New Revision: 324879
URL: http://svnweb.freebsd.org/changeset/ports/324879

Log:
  - Fix run-time support by adding lang/python2 as dependency

Modified:
  head/textproc/doclifter/Makefile

Modified: head/textproc/doclifter/Makefile
==============================================================================
--- head/textproc/doclifter/Makefile	Sat Aug 17 22:55:46 2013	(r324878)
+++ head/textproc/doclifter/Makefile	Sat Aug 17 23:02:15 2013	(r324879)
@@ -10,6 +10,8 @@ MASTER_SITES=	http://www.catb.org/~esr/d
 MAINTAINER=	araujo at FreeBSD.org
 COMMENT=	Translates documents written in troff macros to DocBook
 
+RUN_DEPENDS+=	python2:${PORTSDIR}/lang/python2
+
 USE_PYTHON=	-2.7
 NO_BUILD=	yes
 


More information about the svn-ports-head mailing list