aboutsummaryrefslogtreecommitdiff
path: root/cad/brlcad
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-06-24 22:05:47 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-06-24 22:05:47 +0000
commit816aea7759b4d77363078455f73a95a9e86bfc8a (patch)
tree111a56fd3c163fd5440c4d461c6060decb546f5f /cad/brlcad
parenteb95d8dd120c137c1acb1cdbb2d1c656188c0e10 (diff)
downloadports-816aea7759b4d77363078455f73a95a9e86bfc8a.tar.gz
ports-816aea7759b4d77363078455f73a95a9e86bfc8a.zip
Notes
Diffstat (limited to 'cad/brlcad')
-rw-r--r--cad/brlcad/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cad/brlcad/Makefile b/cad/brlcad/Makefile
index dd2e0dfd20a1..04a34ffad41e 100644
--- a/cad/brlcad/Makefile
+++ b/cad/brlcad/Makefile
@@ -54,6 +54,6 @@ post-install:
${LN} -s ${PREFIX}/bin/mged.sh ${STAGEDIR}${LOCALBASE}/bin/mged.sh
regression-test: build
- @(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} test)
+ @(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} test)
.include <bsd.port.mk>