aboutsummaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authorjohans <johans@FreeBSD.org>2008-02-05 05:47:36 +0800
committerjohans <johans@FreeBSD.org>2008-02-05 05:47:36 +0800
commit6fadb24016e33f13fee65e990b4b78c2d4a305ed (patch)
treee6fd24b93fc36a4974cdaa064b411d22c7ea94a9 /emulators
parent148d4d77aef711de3a1513ced4fdd9b74d6afa70 (diff)
downloadfreebsd-ports-gnome-6fadb24016e33f13fee65e990b4b78c2d4a305ed.tar.gz
freebsd-ports-gnome-6fadb24016e33f13fee65e990b4b78c2d4a305ed.tar.zst
freebsd-ports-gnome-6fadb24016e33f13fee65e990b4b78c2d4a305ed.zip
- Pass $TCL_LIBDIR so that it finds TCL even with nonstandard LOCALBASE
Submitted by: Martin Tournoij
Diffstat (limited to 'emulators')
-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