Date: Wed, 19 Feb 2014 21:38:44 +0000 (UTC) From: Matthias Andree <mandree@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r345152 - head/textproc/openjade Message-ID: <201402192138.s1JLciGa078088@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402192138.s1JLciGa078088>