Date: Wed, 2 Jul 2014 10:26:52 +0000 (UTC) From: Bartek Rutkowski <robak@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r360162 - head/devel/doxygen Message-ID: <201407021026.s62AQq0a079155@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: robak Date: Wed Jul 2 10:26:52 2014 New Revision: 360162 URL: http://svnweb.freebsd.org/changeset/ports/360162 QAT: https://qat.redports.org/buildarchive/r360162/ Log: devel/doxygen: convert to new LIB_DEPENDS format Approved by: marino (mentor) Modified: head/devel/doxygen/Makefile Modified: head/devel/doxygen/Makefile ============================================================================== --- head/devel/doxygen/Makefile Wed Jul 2 10:18:07 2014 (r360161) +++ head/devel/doxygen/Makefile Wed Jul 2 10:26:52 2014 (r360162) @@ -17,7 +17,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= tmake:${PORTSDIR}/devel/tmake -LIB_DEPENDS= png15:${PORTSDIR}/graphics/png +LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png USES= bison iconv perl5 gmake ALL_TARGET= all
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407021026.s62AQq0a079155>