From f8d1f36995152ab850afcb61fe4a80558e154893 Mon Sep 17 00:00:00 2001 From: robak Date: Wed, 2 Jul 2014 10:26:52 +0000 Subject: devel/doxygen: convert to new LIB_DEPENDS format Approved by: marino (mentor) --- devel/doxygen/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'devel') diff --git a/devel/doxygen/Makefile b/devel/doxygen/Makefile index f36e907c2e9e..9973c2b7ad2b 100644 --- a/devel/doxygen/Makefile +++ b/devel/doxygen/Makefile @@ -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 -- cgit