aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorgblach <gblach@FreeBSD.org>2013-10-13 02:39:44 +0800
committergblach <gblach@FreeBSD.org>2013-10-13 02:39:44 +0800
commitbb7e80676f8fa4de56c0bcfab7c8fa02e2ad443d (patch)
tree9cbda5707c6d2e71888cdd319ce9296f7f01fe9c /graphics
parenta29bf3b186bd098659c2fa0f6c7cd00e94c56ea2 (diff)
downloadfreebsd-ports-gnome-bb7e80676f8fa4de56c0bcfab7c8fa02e2ad443d.tar.gz
freebsd-ports-gnome-bb7e80676f8fa4de56c0bcfab7c8fa02e2ad443d.tar.zst
freebsd-ports-gnome-bb7e80676f8fa4de56c0bcfab7c8fa02e2ad443d.zip
- Support staging
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>