diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2013-09-02 13:26:34 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2013-09-02 13:26:34 +0000 |
commit | f86cad0ce3a80127b2912301315fa7dac042002d (patch) | |
tree | 724d013a376d218986fefc586ed681b8c219eeb7 /emulators/spim | |
parent | 4e55a9215df0dcffaf32acdc58dfda0cb691838c (diff) |
Notes
Diffstat (limited to 'emulators/spim')
-rw-r--r-- | emulators/spim/Makefile | 2 |
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 |