summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorGrzegorz Blach <gblach@FreeBSD.org>2013-10-12 18:39:44 +0000
committerGrzegorz Blach <gblach@FreeBSD.org>2013-10-12 18:39:44 +0000
commite516409e4649f92942841a1d72b9bb5defefc084 (patch)
tree9cbda5707c6d2e71888cdd319ce9296f7f01fe9c /graphics
parent- Support staging (diff)
- Support staging
Notes
Notes: svn path=/head/; revision=330173
Diffstat (limited to 'graphics')
-rw-r--r--graphics/evas_generic_loaders-xcf/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/evas_generic_loaders-xcf/Makefile b/graphics/evas_generic_loaders-xcf/Makefile
index 629b12db47f0..d6e6d85667ae 100644
--- a/graphics/evas_generic_loaders-xcf/Makefile
+++ b/graphics/evas_generic_loaders-xcf/Makefile
@@ -23,11 +23,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>