aboutsummaryrefslogtreecommitdiff
path: root/graphics/evas_generic_loaders-pdf
diff options
context:
space:
mode:
authorGrzegorz Blach <gblach@FreeBSD.org>2013-10-12 18:28:20 +0000
committerGrzegorz Blach <gblach@FreeBSD.org>2013-10-12 18:28:20 +0000
commit517b23ef3ed19c76701a9b9a44c29f8bc575bdff (patch)
treeae30fa480516a0ec3af28e38a32d178c7b0eef47 /graphics/evas_generic_loaders-pdf
parentf9e05637d7ea3a890f5e33adae7c93d54ae1548c (diff)
downloadports-517b23ef3ed19c76701a9b9a44c29f8bc575bdff.tar.gz
ports-517b23ef3ed19c76701a9b9a44c29f8bc575bdff.zip
- Convert to new LIB_DEPENDS syntax
- Support staging
Notes
Notes: svn path=/head/; revision=330168
Diffstat (limited to 'graphics/evas_generic_loaders-pdf')
-rw-r--r--graphics/evas_generic_loaders-pdf/Makefile7
1 files changed, 3 insertions, 4 deletions
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 <bsd.port.mk>