From 517b23ef3ed19c76701a9b9a44c29f8bc575bdff Mon Sep 17 00:00:00 2001 From: Grzegorz Blach Date: Sat, 12 Oct 2013 18:28:20 +0000 Subject: - Convert to new LIB_DEPENDS syntax - Support staging --- graphics/evas_generic_loaders-pdf/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'graphics/evas_generic_loaders-pdf') diff --git a/graphics/evas_generic_loaders-pdf/Makefile b/graphics/evas_generic_loaders-pdf/Makefile index 9dd54117869e..510c51053cc4 100644 --- a/graphics/evas_generic_loaders-pdf/Makefile +++ b/graphics/evas_generic_loaders-pdf/Makefile @@ -14,7 +14,7 @@ COMMENT= Additional loader for Evas (pdf) LICENSE= GPLv2 -LIB_DEPENDS= poppler:${PORTSDIR}/graphics/poppler +LIB_DEPENDS= libpoppler.so:${PORTSDIR}/graphics/poppler USES= pkgconfig DIST_SUBDIR= e17 @@ -25,11 +25,10 @@ USE_LDCONFIG= yes BINSRC= ${WRKSRC}/src/bin/${PORTNAME} -NO_STAGE= yes do-build: - ${MAKE} -C ${BINSRC} + ${MAKE} ${MAKE_ARGS} -C ${BINSRC} do-install: - ${MAKE} -C ${BINSRC} install + ${MAKE} ${MAKE_ARGS} -C ${BINSRC} install .include -- cgit v1.2.3