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 /misc/magicpoint | |
parent | 4e55a9215df0dcffaf32acdc58dfda0cb691838c (diff) | |
download | ports-f86cad0ce3a80127b2912301315fa7dac042002d.tar.gz ports-f86cad0ce3a80127b2912301315fa7dac042002d.zip |
Notes
Diffstat (limited to 'misc/magicpoint')
-rw-r--r-- | misc/magicpoint/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/magicpoint/Makefile b/misc/magicpoint/Makefile index 7c786cc9703b..2f72854ccfbf 100644 --- a/misc/magicpoint/Makefile +++ b/misc/magicpoint/Makefile @@ -83,7 +83,7 @@ post-patch: ${WRKSRC}/configure post-configure: - (cd ${CONFIGURE_WRKSRC} && ${SETENV} ${MAKE_ENV} ${XMKMF}) + (cd ${CONFIGURE_WRKSRC} && ${SETENV} ${MAKE_ENV} ${XMKMF} ${XMKMF_ARGS}) cd ${WRKSRC}/contrib/xmindpath && \ ${SH} ${CONFIGURE_SCRIPT} --prefix=${PREFIX} |