Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Jan 2015 20:52:58 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r377824 - head/textproc/sgmlformat
Message-ID:  <201501242052.t0OKqw9Z088297@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501242052.t0OKqw9Z088297>