diff options
author | Grzegorz Blach <gblach@FreeBSD.org> | 2013-10-12 18:24:50 +0000 |
---|---|---|
committer | Grzegorz Blach <gblach@FreeBSD.org> | 2013-10-12 18:24:50 +0000 |
commit | f9e05637d7ea3a890f5e33adae7c93d54ae1548c (patch) | |
tree | 204771f566feba7cb384493383f005e012aa7be6 /graphics/evas_generic_loaders-gst | |
parent | cd9d8b9c1965fa070f9d912a5790ea1d213cc08e (diff) |
Notes
Diffstat (limited to 'graphics/evas_generic_loaders-gst')
-rw-r--r-- | graphics/evas_generic_loaders-gst/Makefile | 5 |
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> |