aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2013-04-01 18:10:33 +0800
committermiwi <miwi@FreeBSD.org>2013-04-01 18:10:33 +0800
commit498f8b6f5a0cf01725dbf0753eee0654b2410b37 (patch)
tree1964bed61fcb04b4771d4ed1f1f969b453dfe453 /graphics
parentb815aa76e7b32c59361f877d8bedefd5b8c2403f (diff)
downloadfreebsd-ports-gnome-498f8b6f5a0cf01725dbf0753eee0654b2410b37.tar.gz
freebsd-ports-gnome-498f8b6f5a0cf01725dbf0753eee0654b2410b37.tar.zst
freebsd-ports-gnome-498f8b6f5a0cf01725dbf0753eee0654b2410b37.zip
- Unbreak build
Submitted by: ergey V. Dyatko (maintainer (via irc))
Diffstat (limited to 'graphics')
-rw-r--r--graphics/lua-gd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/lua-gd/Makefile b/graphics/lua-gd/Makefile
index 06d824a010ea..19bd92e1d107 100644
--- a/graphics/lua-gd/Makefile
+++ b/graphics/lua-gd/Makefile
@@ -35,7 +35,7 @@ LUA_MODLIBDIR= ${PREFIX}/lib/lua/${LUA_VER}
do-install:
${MKDIR} ${LUA_MODLIBDIR}
${INSTALL_PROGRAM} ${WRKSRC}/gd.so ${LUA_MODLIBDIR}
- lua-5.1 ${WRKSRC}/test_features.lua
+ ${LUA_CMD} ${WRKSRC}/test_features.lua
.if ${PORT_OPTIONS:MDOCS}
${MKDIR} ${DOCSDIR}
cd ${WRKSRC}/doc/ && ${INSTALL_DATA} * ${DOCSDIR}/