diff options
author | johans <johans@FreeBSD.org> | 2008-02-05 05:47:36 +0800 |
---|---|---|
committer | johans <johans@FreeBSD.org> | 2008-02-05 05:47:36 +0800 |
commit | 6fadb24016e33f13fee65e990b4b78c2d4a305ed (patch) | |
tree | e6fd24b93fc36a4974cdaa064b411d22c7ea94a9 /emulators | |
parent | 148d4d77aef711de3a1513ced4fdd9b74d6afa70 (diff) | |
download | freebsd-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/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 |