svn commit: r377824 - head/textproc/sgmlformat

Antoine Brodin antoine at FreeBSD.org
Sat Jan 24 20:52:59 UTC 2015


Author: antoine
Date: Sat Jan 24 20:52:58 2015
New Revision: 377824
URL: https://svnweb.freebsd.org/changeset/ports/377824
QAT: https://qat.redports.org/buildarchive/r377824/

Log:
  Fix RUN_DEPENDS

Modified:
  head/textproc/sgmlformat/Makefile

Modified: head/textproc/sgmlformat/Makefile
==============================================================================
--- head/textproc/sgmlformat/Makefile	Sat Jan 24 20:45:11 2015	(r377823)
+++ head/textproc/sgmlformat/Makefile	Sat Jan 24 20:52:58 2015	(r377824)
@@ -25,7 +25,7 @@ WITH_OPENJADE=	yes
 .endif
 
 .if defined(WITH_OPENJADE)
-RUN_DEPENDS=	onsgmls:${PORTSDIR}/textproc/openjade
+RUN_DEPENDS=	openjade>0:${PORTSDIR}/textproc/openjade
 .else
 RUN_DEPENDS=	nsgmls:${PORTSDIR}/textproc/jade
 .endif


More information about the svn-ports-all mailing list