summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorGrzegorz Blach <gblach@FreeBSD.org>2013-10-12 18:24:50 +0000
committerGrzegorz Blach <gblach@FreeBSD.org>2013-10-12 18:24:50 +0000
commitf9e05637d7ea3a890f5e33adae7c93d54ae1548c (patch)
tree204771f566feba7cb384493383f005e012aa7be6 /graphics
parent- Strip shared library (diff)
- Support staging
Notes
Notes: svn path=/head/; revision=330167
Diffstat (limited to 'graphics')
-rw-r--r--graphics/evas_generic_loaders-gst/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/evas_generic_loaders-gst/Makefile b/graphics/evas_generic_loaders-gst/Makefile
index 1453989b34bd..4bd880f687d3 100644
--- a/graphics/evas_generic_loaders-gst/Makefile
+++ b/graphics/evas_generic_loaders-gst/Makefile
@@ -24,11 +24,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>