aboutsummaryrefslogtreecommitdiff
path: root/emulators/spim
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2013-09-02 13:26:34 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2013-09-02 13:26:34 +0000
commitf86cad0ce3a80127b2912301315fa7dac042002d (patch)
tree724d013a376d218986fefc586ed681b8c219eeb7 /emulators/spim
parent4e55a9215df0dcffaf32acdc58dfda0cb691838c (diff)
downloadports-f86cad0ce3a80127b2912301315fa7dac042002d.tar.gz
ports-f86cad0ce3a80127b2912301315fa7dac042002d.zip
Notes
Diffstat (limited to 'emulators/spim')
-rw-r--r--emulators/spim/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/spim/Makefile b/emulators/spim/Makefile
index 2bbb8e43ae94..ee10f4f09f4f 100644
--- a/emulators/spim/Makefile
+++ b/emulators/spim/Makefile
@@ -34,7 +34,7 @@ MAN1+= xspim.1
post-build:
.if ${PORT_OPTIONS:MGUI}
- @(cd ${WRKSRC}/xspim && ${SETENV} ${MAKE_ENV} ${XMKMF} && \
+ @(cd ${WRKSRC}/xspim && ${SETENV} ${MAKE_ENV} ${XMKMF} ${XMKMF_ARGS} && \
${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE})
.endif