diff options
author | bapt <bapt@FreeBSD.org> | 2014-06-25 05:50:29 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-06-25 05:50:29 +0800 |
commit | 6865a68b6892ae314b80fc32fdb205b8292f36c1 (patch) | |
tree | c412a1e5410f8dd7c69286d3bd84d2a631590695 /astro/xtide | |
parent | 2956ab99da4522df3bc34a18c230898a9724fe54 (diff) | |
download | freebsd-ports-gnome-6865a68b6892ae314b80fc32fdb205b8292f36c1.tar.gz freebsd-ports-gnome-6865a68b6892ae314b80fc32fdb205b8292f36c1.tar.zst freebsd-ports-gnome-6865a68b6892ae314b80fc32fdb205b8292f36c1.zip |
Replace GMAKE by MAKE_CMD
Diffstat (limited to 'astro/xtide')
-rw-r--r-- | astro/xtide/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astro/xtide/Makefile b/astro/xtide/Makefile index 9896f815bd02..8019f690e9c8 100644 --- a/astro/xtide/Makefile +++ b/astro/xtide/Makefile @@ -67,7 +67,7 @@ pre-configure: ${SH} ./configure --disable-shared \ ${CONFIGURE_ARGS} \ && ${MKDIR} ${WRKDIR}/${TCD_DISTNAME}/.libs \ - && ${SETENV} ${MAKE_ENV} ${GMAKE} + && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} post-configure: @${SED} -e 's,%%PREFIX%%,${PREFIX},g' \ |