svn commit: r345152 - head/textproc/openjade

Matthias Andree mandree at FreeBSD.org
Wed Feb 19 21:38:44 UTC 2014


Author: mandree
Date: Wed Feb 19 21:38:43 2014
New Revision: 345152
URL: http://svnweb.freebsd.org/changeset/ports/345152
QAT: https://qat.redports.org/buildarchive/r345152/

Log:
  Modernize LIB_DEPENDS format.
  
  Approved by: portmgr (blanket approval)

Modified:
  head/textproc/openjade/Makefile

Modified: head/textproc/openjade/Makefile
==============================================================================
--- head/textproc/openjade/Makefile	Wed Feb 19 21:22:42 2014	(r345151)
+++ head/textproc/openjade/Makefile	Wed Feb 19 21:38:43 2014	(r345152)
@@ -11,7 +11,7 @@ DISTNAME=	${PORTNAME}-${PORTVERSION:S/p/
 MAINTAINER=	kuriyama at FreeBSD.org
 COMMENT=	Object-oriented SGML/XML parser toolkit and DSSSL engine
 
-LIB_DEPENDS=	osp.5:${PORTSDIR}/textproc/opensp
+LIB_DEPENDS=	libosp.so:${PORTSDIR}/textproc/opensp
 RUN_DEPENDS=	${XMLCATMGR}:${PORTSDIR}/textproc/xmlcatmgr
 
 USE_LDCONFIG=	yes


More information about the svn-ports-all mailing list