diff options
author | Johan van Selst <johans@FreeBSD.org> | 2008-02-04 21:47:36 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2008-02-04 21:47:36 +0000 |
commit | 473e4fa4406d9dbdda26e56ec0c7a638b5ecc9bf (patch) | |
tree | 1948f042fd613c58c91976309d1b433b4e91d81c /emulators/openmsx | |
parent | 7a36191ef07ed2dddd96024dc877f33e1318e11f (diff) | |
download | ports-473e4fa4406d9dbdda26e56ec0c7a638b5ecc9bf.tar.gz ports-473e4fa4406d9dbdda26e56ec0c7a638b5ecc9bf.zip |
Notes
Diffstat (limited to 'emulators/openmsx')
-rw-r--r-- | emulators/openmsx/Makefile | 1 |
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 |