diff options
Diffstat (limited to 'japanese/tcl76/Makefile')
-rw-r--r-- | japanese/tcl76/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/japanese/tcl76/Makefile b/japanese/tcl76/Makefile index 12e28b7b779c..2c030cbfe7b2 100644 --- a/japanese/tcl76/Makefile +++ b/japanese/tcl76/Makefile @@ -49,7 +49,8 @@ post-configure: @${CP} ${FILESDIR}/Makefile.lib ${WRKSRC} pre-build: - cd ${WRKSRC} && ${MAKE} -f Makefile.lib PREFIX=${PREFIX} VERSION=${VERSION} && ${RM} *.o + cd ${WRKSRC} && ${MAKE} -f Makefile.lib PREFIX=${PREFIX} \ + VERSION=${VERSION} OSVERSION=${OSVERSION} && ${RM} *.o pre-install: ${MKDIR} ${PREFIX}/lib/tcl${VERSION} |