aboutsummaryrefslogtreecommitdiff
path: root/emulators/openmsx
diff options
context:
space:
mode:
authorJohan van Selst <johans@FreeBSD.org>2008-02-04 21:47:36 +0000
committerJohan van Selst <johans@FreeBSD.org>2008-02-04 21:47:36 +0000
commit473e4fa4406d9dbdda26e56ec0c7a638b5ecc9bf (patch)
tree1948f042fd613c58c91976309d1b433b4e91d81c /emulators/openmsx
parent7a36191ef07ed2dddd96024dc877f33e1318e11f (diff)
downloadports-473e4fa4406d9dbdda26e56ec0c7a638b5ecc9bf.tar.gz
ports-473e4fa4406d9dbdda26e56ec0c7a638b5ecc9bf.zip
- Pass $TCL_LIBDIR so that it finds TCL even with nonstandard LOCALBASE
Submitted by: Martin Tournoij
Notes
Notes: svn path=/head/; revision=206733
Diffstat (limited to 'emulators/openmsx')
-rw-r--r--emulators/openmsx/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/emulators/openmsx/Makefile b/emulators/openmsx/Makefile
index 095ab8980e44..3a27543819b5 100644
--- a/emulators/openmsx/Makefile
+++ b/emulators/openmsx/Makefile
@@ -22,6 +22,7 @@ LIB_DEPENDS= xml2:${PORTSDIR}/textproc/libxml2 \
MAKE_ARGS+= INSTALL_BINARY_DIR=${PREFIX}/bin \
INSTALL_SHARE_DIR=${DATADIR} \
INSTALL_DOC_DIR=${DOCSDIR} \
+ TCL_CONFIG_DIR=${TCL_LIBDIR} \
OPENMSX_CXX=${CXX}
MAKEFILE= GNUmakefile