svn commit: r360162 - head/devel/doxygen

Bartek Rutkowski robak at FreeBSD.org
Wed Jul 2 10:26:53 UTC 2014


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


More information about the svn-ports-all mailing list