summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorGrzegorz Blach <gblach@FreeBSD.org>2013-10-12 18:33:44 +0000
committerGrzegorz Blach <gblach@FreeBSD.org>2013-10-12 18:33:44 +0000
commit1091d4665dcd0573dfa005dfebb6adbe4926f511 (patch)
treebb88ceb7075044ec7f0a9fae678c76423bf46522 /graphics
parentReassign some my scim related ports to the heap. (diff)
- Convert to new LIB_DEPENDS syntax
- Support staging
Notes
Notes: svn path=/head/; revision=330171
Diffstat (limited to 'graphics')
-rw-r--r--graphics/evas_generic_loaders-raw/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/graphics/evas_generic_loaders-raw/Makefile b/graphics/evas_generic_loaders-raw/Makefile
index 1c853bc6ff72..40496013ba05 100644
--- a/graphics/evas_generic_loaders-raw/Makefile
+++ b/graphics/evas_generic_loaders-raw/Makefile
@@ -14,7 +14,7 @@ COMMENT= Additional loader for Evas (raw)
LICENSE= GPLv2
-LIB_DEPENDS= raw:${PORTSDIR}/graphics/libraw
+LIB_DEPENDS= libraw.so:${PORTSDIR}/graphics/libraw
DIST_SUBDIR= e17
USE_BZIP2= yes
@@ -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>